Use last keybind (highest precedence) for AcceptEditPrediction
display (#24595)
Fix of PR #24582 Release Notes: - N/A
This commit is contained in:
parent
7fe331f83d
commit
3d9f70946c
1 changed files with 1 additions and 0 deletions
|
@ -1574,6 +1574,7 @@ impl Editor {
|
||||||
window
|
window
|
||||||
.bindings_for_action_in_context(&AcceptEditPrediction, context)
|
.bindings_for_action_in_context(&AcceptEditPrediction, context)
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
.rev()
|
||||||
.next(),
|
.next(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue