Undo working for assignments

This commit is contained in:
Jorge Manrubia
2025-05-06 09:25:52 +02:00
parent 7a51e13d7c
commit 3e8896ef93
13 changed files with 77 additions and 34 deletions
@@ -12,6 +12,7 @@ export default class extends Controller {
}
remove() {
console.debug("CALLED!");
this.element.classList.remove(this.toggleClass)
}
}