红绿图导出问题

This commit is contained in:
李志鹏
2026-04-13 11:20:26 +08:00
parent f16aa6ea14
commit c6b1bdbdf1
4 changed files with 1074 additions and 1067 deletions

View File

@@ -55,6 +55,7 @@ commandManager.setChangeCallback((info) => {
emit("undo-redo-status-changed", {
canUndo: canUndo.value,
canRedo: canRedo.value,
type: info.type,
commandManager,
});
});