mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据大屏、仪表板): 修复iPad Pro 的 iPadOS 系统上测试,富文本文字会跟着数值一起刷新问题 #12555
This commit is contained in:
committed by
xuwei-fit2cloud
parent
24bdf793e9
commit
34f586467d
@@ -245,14 +245,6 @@ const clearViewLinkage = () => {
|
||||
useEmitt().emitter.emit('clearPanelLinkage', { viewId: element.value.id })
|
||||
}
|
||||
|
||||
watch(
|
||||
[() => view.value],
|
||||
() => {
|
||||
initTitle()
|
||||
},
|
||||
{ deep: true }
|
||||
)
|
||||
|
||||
watch([() => scale.value], () => {
|
||||
initTitle()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user