final build
This commit is contained in:
@@ -66,7 +66,6 @@ module.exports = {
|
|||||||
utils.clickFileInput("gcode-file-input");
|
utils.clickFileInput("gcode-file-input");
|
||||||
},
|
},
|
||||||
updateNewGcode: function (event) {
|
updateNewGcode: function (event) {
|
||||||
console.log("input event fired: ", event.target.value);
|
|
||||||
this.newGcode = event.target.value;
|
this.newGcode = event.target.value;
|
||||||
this.$dispatch("macros-edited");
|
this.$dispatch("macros-edited");
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user