mirror of
https://github.com/palxiao/poster-design.git
synced 2025-06-08 03:19:59 +08:00
fix: draw text with loading UI
This commit is contained in:
parent
ec066cd2c6
commit
b224f44f68
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
import { reactive, toRefs, computed, onUpdated, watch, onMounted, ref } from 'vue'
|
import { reactive, toRefs, computed, onUpdated, watch, onMounted, ref } from 'vue'
|
||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { fontWithDraw } from '@/utils/widgets/loadFontRule'
|
// import { fontWithDraw } from '@/utils/widgets/loadFontRule'
|
||||||
import getGradientOrImg from './getGradientOrImg'
|
import getGradientOrImg from './getGradientOrImg'
|
||||||
import { wTextSetting } from './wTextSetting'
|
import { wTextSetting } from './wTextSetting'
|
||||||
import { useForceStore, useHistoryStore, useWidgetStore } from '@/store'
|
import { useForceStore, useHistoryStore, useWidgetStore } from '@/store'
|
||||||
@ -89,7 +89,7 @@ const widget = ref<HTMLElement | null>(null)
|
|||||||
const editWrap = ref<HTMLElement | null>(null)
|
const editWrap = ref<HTMLElement | null>(null)
|
||||||
|
|
||||||
const dActiveElement = computed(() => widgetStore.dActiveElement)
|
const dActiveElement = computed(() => widgetStore.dActiveElement)
|
||||||
const isDraw = computed(() => route.name === 'Draw' && fontWithDraw)
|
const isDraw = computed(() => route.name === 'Draw')
|
||||||
|
|
||||||
onUpdated(() => {
|
onUpdated(() => {
|
||||||
updateRecord()
|
updateRecord()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user