We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a481eff commit f3ed925Copy full SHA for f3ed925
1 file changed
packages/plugins/block/src/Main.vue
@@ -326,6 +326,7 @@ export default {
326
if (isSaved()) {
327
await refreshBlockData(block)
328
getMetaApi(META_SERVICE.GlobalService).updateBlockId(block.id)
329
+ useBlock().initBlock(block, {}, isEdit)
330
} else {
331
confirm({
332
message: '当前画布内容尚未保存,是否要继续切换?',
0 commit comments