fix(图片): 修复富文本编辑预览时可以双击编辑问题 #14357

This commit is contained in:
wangjiahao
2025-01-03 16:47:31 +08:00
committed by ulleo
parent 308d0418d2
commit ce796b1d0e
2 changed files with 4 additions and 3 deletions

View File

@@ -3540,7 +3540,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
no_favorites_yet: 'No favorites yet',
permission_denied: 'Permission denied',
search_keyword: 'Search Keyword',
new_page_preview: 'New Page Preview',
new_page_preview: 'New Page',
cancel_favorites: 'Cancel Favorite',
open_dataset: 'Open Dataset',
administrator_for_authorization:

View File

@@ -8,7 +8,6 @@ import ChartComponentG2Plot from './components/ChartComponentG2Plot.vue'
import DeIndicator from '@/custom-component/indicator/DeIndicator.vue'
import { useAppearanceStoreWithOut } from '@/store/modules/appearance'
import { useAppStoreWithOut } from '@/store/modules/app'
import router from '@/router'
import { useEmbedded } from '@/store/modules/embedded'
import { XpackComponent } from '@/components/plugin'
import { PluginComponent } from '@/components/plugin'
@@ -76,7 +75,8 @@ const {
curComponent,
canvasStyleData,
mobileInPc,
inMobile
inMobile,
editMode
} = storeToRefs(dvMainStore)
const props = defineProps({
@@ -1180,6 +1180,7 @@ const titleTooltipWidth = computed(() => {
:disabled="!['canvas', 'canvasDataV'].includes(showPosition) || disabled"
:active="active"
:show-position="showPosition"
:edit-mode="editMode"
:suffixId="suffixId"
/>
<de-indicator