画布清除
This commit is contained in:
@@ -183,4 +183,8 @@ export class StateManager {
|
||||
this.nodes.value = JSON.parse(state.nodes)
|
||||
}
|
||||
|
||||
dispose() {
|
||||
this.historyList.value = []
|
||||
this.historyIndex.value = 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user