Merge branch 'main' into picker
This commit is contained in:
commit
bdec1c8202
7 changed files with 672 additions and 540 deletions
|
@ -2622,6 +2622,10 @@ impl Element<Editor> for EditorElement {
|
|||
}
|
||||
});
|
||||
|
||||
if editor.focus_handle.is_focused(cx) {
|
||||
cx.handle_text_input();
|
||||
}
|
||||
|
||||
cx.with_content_mask(ContentMask { bounds }, |cx| {
|
||||
let gutter_bounds = Bounds {
|
||||
origin: bounds.origin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue