dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Global handlers should require that callbacks are UseCallback<T> or a Callback<T> type (to carry runtime + scope)

Open kzhui125 opened this issue 1 year ago • 1 comments

cargo run --package dioxus-examples --example shortcut

ctrl + s

image

kzhui125 avatar Feb 06 '24 01:02 kzhui125

Should be fixed in master now.

We made some big changes recently and need to adjust our global handlers. Leaving this open until all handlers are adjusted.

jkelleyrtp avatar Feb 06 '24 02:02 jkelleyrtp