Draft reactive-rendering feature for button

This commit is contained in:
Héctor Ramón Jiménez 2024-10-22 00:13:42 +02:00
parent 42a2cb6d4f
commit 5c33ce18ed
No known key found for this signature in database
GPG key ID: 4C07CEC81AFA161F
6 changed files with 162 additions and 92 deletions

View file

@ -190,7 +190,10 @@ where
..
},
..
} => _debug.toggle(),
} => {
_debug.toggle();
window.request_redraw();
}
_ => {}
}
}