fixed text area

This commit is contained in:
sanjayk03-dev
2024-01-30 22:18:30 +05:30
parent c087a12d54
commit ae2b729735

View File

@@ -66,8 +66,10 @@ module.exports = {
utils.clickFileInput("gcode-file-input");
},
updateNewGcode: function (event) {
this.newGcode = event.target.value;
this.$dispatch("macros-edited");
if (this.tab != 0) {
this.newGcode = event.target.value;
this.$dispatch("macros-edited");
}
},
editedColor: function (event) {
if (this.tab != 0 && this.config.macros[this.tab - 1].color != event.target.value) {