fix(shortcuts): quick fix for custom shortcuts not being clickable

This commit is contained in:
Michael Aaron Murphy 2025-04-15 17:12:54 +02:00
parent acb6d66888
commit 6ee6366a1a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -280,7 +280,6 @@ impl Page {
.select_on_focus(true)
.padding([0, 12])
.on_input(move |input| Message::KeyInput(id, input))
.on_unfocus(Message::AddKeybinding)
.on_submit(|_| Message::AddKeybinding)
.id(widget_id.clone())
.apply(widget::container)