diff --git a/src/js/macros.js b/src/js/macros.js index fb84708..efa4f17 100644 --- a/src/js/macros.js +++ b/src/js/macros.js @@ -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"); },