Open dspo opened 3 months ago
It works fine for me with on_click_stop
. Would you mind sharing a screen cast of the issue?
It works fine for me with
on_click_stop
. Would you mind sharing a screen cast of the issue?
My machine is a MacOS M2.
When using .on_click_stop
I click checkbox and nothing is printed.
.on_update
works OK.
Got it, thanks.
This is the same issue as https://github.com/lapce/floem/issues/533
checkbox doesn't fire
.on_click_stop
in examplehttps://github.com/lapce/floem/blob/0b299f7b578409f32e5a27b9f31e6eca889cc2da/examples/widget-gallery/src/lists.rs#L64-L69