This commit is contained in:
Nathan Sobo 2023-04-12 10:07:17 -06:00
parent 83070a19c4
commit 868301bedb
26 changed files with 194 additions and 175 deletions

View file

@ -396,7 +396,7 @@ impl View for TerminalView {
Stack::new()
.with_child(
TerminalElement::new(
cx.handle(),
cx.handle().downgrade(),
terminal_handle,
focused,
self.should_show_cursor(focused, cx),