refactor: 修复重做按钮未激活保存问题

This commit is contained in:
wangjiahao 2025-02-17 18:04:43 +08:00 committed by 王嘉豪
parent 16f6fdd8a1
commit e287db4846

View File

@ -119,6 +119,7 @@ export const snapshotStore = defineStore('snapshot', {
snapshotInfo.dvInfo.dataState = dvInfo.value.dataState snapshotInfo.dvInfo.dataState = dvInfo.value.dataState
snapshotInfo.dvInfo.contentId = dvInfo.value.contentId snapshotInfo.dvInfo.contentId = dvInfo.value.contentId
this.snapshotPublish(snapshotInfo) this.snapshotPublish(snapshotInfo)
this.styleChangeTimes++
this.snapshotDisableTime = Date.now() + 3000 this.snapshotDisableTime = Date.now() + 3000
} }
}, },