This commit is contained in:
sanjayk03-dev
2024-02-22 03:58:07 +05:30
parent f10791bb6d
commit 7d8a4c1fe9

View File

@@ -74,7 +74,8 @@ module.exports = {
editedAlert: function (event) {
if (this.tab != 0 && this.config.macros[this.tab - 1].alert != event.target.value) {
this.$dispatch("macros-edited");
this.macrosAlert = event.target.value;
console.log(event.target.value);
this.macrosAlert = !event.target.value;
}
},
editedName: function (event) {