Draft reactive-rendering feature for button
This commit is contained in:
parent
42a2cb6d4f
commit
5c33ce18ed
6 changed files with 162 additions and 92 deletions
|
|
@ -190,7 +190,10 @@ where
|
|||
..
|
||||
},
|
||||
..
|
||||
} => _debug.toggle(),
|
||||
} => {
|
||||
_debug.toggle();
|
||||
window.request_redraw();
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue