logging values
This commit is contained in:
@@ -545,6 +545,7 @@ module.exports = {
|
||||
}
|
||||
try {
|
||||
this.load();
|
||||
console.log(this.config.macros[id].alert);
|
||||
if (this.config.macros[id].alert == true) {
|
||||
this.macrosLoading = true;
|
||||
} else {
|
||||
|
||||
@@ -72,6 +72,7 @@ module.exports = {
|
||||
},
|
||||
editedAlert: function (event) {
|
||||
if (this.tab != 0 && this.config.macros[this.tab - 1].alert != event.target.value) {
|
||||
console.log(event.target.value);
|
||||
this.$dispatch("macros-edited");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user