Use last keybind (highest precedence) for AcceptEditPrediction display (#24595)
Fix of PR #24582 Release Notes: - N/A
This commit is contained in:
@@ -1574,6 +1574,7 @@ impl Editor {
|
||||
window
|
||||
.bindings_for_action_in_context(&AcceptEditPrediction, context)
|
||||
.into_iter()
|
||||
.rev()
|
||||
.next(),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user