深度画布调整属性设置

This commit is contained in:
lzp
2026-03-26 10:53:01 +08:00
parent e03bb2486c
commit 164ac3789f
10 changed files with 259 additions and 177 deletions

View File

@@ -73,7 +73,6 @@ export class StateManager {
/** 记录状态 */
recordState() {
if (this.running.value) return
console.log("recordState")
this.running.value = true
if (this.historyIndex.value < this.historyList.value.length - 1) {
this.historyList.value.splice(this.historyIndex.value + 1)