Remove handle to view from TerminalElement

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2023-04-21 16:56:06 +02:00
parent a860a6cd62
commit f54a289b6f
2 changed files with 4 additions and 16 deletions

View file

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