fix(shortcuts): quick fix for custom shortcuts not being clickable
This commit is contained in:
parent
acb6d66888
commit
6ee6366a1a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue