forked from github/dataease
Merge pull request #11212 from dataease/pr@dev-v2@refactor_tab-redo
fix: 修复因在编辑界面点击撤销或重做导致的Tab页布局变化问题
This commit is contained in:
commit
99e990eb5c
@ -134,6 +134,7 @@ const handleMouseDown = e => {
|
||||
}
|
||||
|
||||
const canvasInit = (isFistLoad = true) => {
|
||||
if (canvasActive.value) {
|
||||
renderState.value = true
|
||||
setTimeout(function () {
|
||||
if (canvasOut.value) {
|
||||
@ -152,6 +153,7 @@ const canvasInit = (isFistLoad = true) => {
|
||||
}
|
||||
}, 500)
|
||||
}
|
||||
}
|
||||
|
||||
const canvasSizeInit = () => {
|
||||
nextTick(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user