Add panic if version is 0.91
This commit is contained in:
parent
ef80b539d1
commit
ed0b9acb0a
3 changed files with 9 additions and 17 deletions
|
@ -541,7 +541,6 @@ impl Pane {
|
|||
cx.spawn(|_, mut cx| async move { notify_of_new_dock(&workspace_handle, &mut cx) })
|
||||
.detach();
|
||||
|
||||
|
||||
if self.zoomed {
|
||||
cx.emit(Event::ZoomOut);
|
||||
} else if !self.items.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue