Merge branch 'main' into terminal-element

This commit is contained in:
Mikayla 2023-12-06 15:20:04 -08:00
commit fd31e429f5
No known key found for this signature in database
103 changed files with 10646 additions and 3579 deletions

View file

@ -812,7 +812,7 @@ impl Element for TerminalElement {
let theme = cx.theme();
let dispatch_context = self.terminal_view.read(cx).dispatch_context(cx);
self.interactivity().key_context = dispatch_context;
self.interactivity().key_context = Some(dispatch_context);
cx.paint_quad(
bounds,
Default::default(),