final build

This commit is contained in:
sanjayk03-dev
2024-01-30 19:50:52 +05:30
parent d58e4c476c
commit 2340ba5556

View File

@@ -66,7 +66,6 @@ module.exports = {
utils.clickFileInput("gcode-file-input");
},
updateNewGcode: function (event) {
console.log("input event fired: ", event.target.value);
this.newGcode = event.target.value;
this.$dispatch("macros-edited");
},