fixing checkbox
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = {
|
|||||||
addMacros: false,
|
addMacros: false,
|
||||||
maxLimitReached: false,
|
maxLimitReached: false,
|
||||||
macrosName: "",
|
macrosName: "",
|
||||||
macrosAlert: true,
|
|
||||||
fileName: "default",
|
fileName: "default",
|
||||||
newGcode: "",
|
newGcode: "",
|
||||||
};
|
};
|
||||||
@@ -74,8 +73,6 @@ module.exports = {
|
|||||||
editedAlert: function (event) {
|
editedAlert: function (event) {
|
||||||
if (this.tab != 0 && this.config.macros[this.tab - 1].alert != event.target.value) {
|
if (this.tab != 0 && this.config.macros[this.tab - 1].alert != event.target.value) {
|
||||||
this.$dispatch("macros-edited");
|
this.$dispatch("macros-edited");
|
||||||
console.log(event.target.value);
|
|
||||||
this.macrosAlert = !event.target.value;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
editedName: function (event) {
|
editedName: function (event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user