Remove handle to view from TerminalElement
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a860a6cd62
commit
f54a289b6f
2 changed files with 4 additions and 16 deletions
|
@ -399,7 +399,6 @@ impl View for TerminalView {
|
|||
Stack::new()
|
||||
.with_child(
|
||||
TerminalElement::new(
|
||||
cx.handle().downgrade(),
|
||||
terminal_handle,
|
||||
focused,
|
||||
self.should_show_cursor(focused, cx),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue