Add panic if version is 0.91

This commit is contained in:
Mikayla Maki 2023-05-31 14:06:36 -07:00
parent ef80b539d1
commit ed0b9acb0a
No known key found for this signature in database
3 changed files with 9 additions and 17 deletions

View file

@ -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() {