fixed text area
This commit is contained in:
@@ -66,8 +66,10 @@ module.exports = {
|
|||||||
utils.clickFileInput("gcode-file-input");
|
utils.clickFileInput("gcode-file-input");
|
||||||
},
|
},
|
||||||
updateNewGcode: function (event) {
|
updateNewGcode: function (event) {
|
||||||
this.newGcode = event.target.value;
|
if (this.tab != 0) {
|
||||||
this.$dispatch("macros-edited");
|
this.newGcode = event.target.value;
|
||||||
|
this.$dispatch("macros-edited");
|
||||||
|
}
|
||||||
},
|
},
|
||||||
editedColor: function (event) {
|
editedColor: function (event) {
|
||||||
if (this.tab != 0 && this.config.macros[this.tab - 1].color != event.target.value) {
|
if (this.tab != 0 && this.config.macros[this.tab - 1].color != event.target.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user