Port 1.00 following tests
Co-Authored-By: Max <max@zed.dev>
This commit is contained in:
parent
5037cca7ec
commit
81d707adbc
5 changed files with 534 additions and 534 deletions
|
@ -214,7 +214,6 @@ impl TerminalPanel {
|
|||
pane::Event::Remove => cx.emit(PanelEvent::Close),
|
||||
pane::Event::ZoomIn => cx.emit(PanelEvent::ZoomIn),
|
||||
pane::Event::ZoomOut => cx.emit(PanelEvent::ZoomOut),
|
||||
pane::Event::Focus => cx.emit(PanelEvent::Focus),
|
||||
|
||||
pane::Event::AddItem { item } => {
|
||||
if let Some(workspace) = self.workspace.upgrade() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue