Fix selectable popover dismissing on key press (#14368)
Release Notes: - Fixed dismissal bug included in #12918
This commit is contained in:
parent
e26dbe2c5b
commit
5d860e2286
1 changed files with 3 additions and 1 deletions
|
@ -408,8 +408,10 @@ impl EditorElement {
|
|||
if phase != DispatchPhase::Bubble {
|
||||
return;
|
||||
}
|
||||
|
||||
editor.update(cx, |editor, cx| {
|
||||
if editor.hover_state.focused(cx) {
|
||||
return;
|
||||
}
|
||||
Self::modifiers_changed(editor, event, &position_map, &text_hitbox, cx)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue