Skip to content

Commit

Permalink
Merge branch 'main' into introduce-devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew authored Feb 29, 2024
2 parents 2a480f9 + 1e33a9a commit fb47a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotkeys_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ pub fn HotkeysProvider(
div()
.on_mount(move |_| {
let blur_listener = Closure::wrap(Box::new(move || {
logging::log!("Window lost focus");
// todo! add tracing
// logging::log!("Window lost focus");
pressed_keys.set(HashMap::new());
}) as Box<dyn Fn()>);

Expand Down

0 comments on commit fb47a4f

Please sign in to comment.