commented delete all and fixed an issue

This commit is contained in:
sanjayk03-dev
2024-05-31 01:56:16 +05:30
parent 9547189fe2
commit 31c3733c2e
2 changed files with 4 additions and 3 deletions

View File

@@ -671,6 +671,7 @@ module.exports = {
this.save_config(this.config);
this.state.folder = "default";
this.state.selected = "";
this.selected_items_to_delete = [];
this.deleteGCode = false;
},