Merge branch 'main' into picker

This commit is contained in:
Max Brunsfeld 2023-11-07 16:57:47 -08:00
commit bdec1c8202
7 changed files with 672 additions and 540 deletions

View file

@ -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,