This commit is contained in:
2025-06-06 11:02:16 +08:00
parent 82e076eb5c
commit c35c0bf444
2 changed files with 2 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ export class Stage extends Laya.Script {
onClickUndo(): void {
const undo = this.data.pop_undo()
if (undo) {
console.log("onClickUndo>>>>", JSON.stringify(undo))
// console.log("onClickUndo>>>>", JSON.stringify(undo))
this.selectedBlock = this.blocks[undo.index]
this.onApplyBlock(this.selectedBlock)
if (undo.notes && undo.notes.length > 0) {