mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(图片): 修复富文本编辑预览时可以双击编辑问题 #14357
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user