脚本运行后就自动保存,保存时不关闭界面

This commit is contained in:
fofolee
2024-05-06 23:44:08 +08:00
parent 619ee689f5
commit 897d597885
3 changed files with 146 additions and 49 deletions

View File

@@ -619,7 +619,7 @@ export default {
switch (event.type) {
case "save":
this.saveCommand(event.data);
this.isCommandEditorShow = false;
// this.isCommandEditorShow = false;
default:
return;
}