loggin event handler

This commit is contained in:
sanjayk03-dev
2024-01-30 19:02:21 +05:30
parent bbf492e2fc
commit 85bcea165f

View File

@@ -66,6 +66,7 @@ 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");
},