fix build error
This commit is contained in:
parent
327932ba3b
commit
2c9199fd32
4 changed files with 37 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ impl MutableAppContext {
|
|||
.bindings_for_action_type(action.as_any().type_id())
|
||||
.find_map(|b| {
|
||||
if b.match_context(&contexts) {
|
||||
b.keystrokes().map(|s| s.into())
|
||||
Some(b.keystrokes().into())
|
||||
} else {
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue