logging values

This commit is contained in:
sanjayk03-dev
2024-02-22 04:15:30 +05:30
parent db1261b4c4
commit e3dd75df69
3 changed files with 3 additions and 1 deletions

View File

@@ -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");
}
},