Merge branch 'main' into terminal-element
This commit is contained in:
commit
fd31e429f5
103 changed files with 10646 additions and 3579 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue