Dismiss zoomed panels by closing their dock, not zooming them out

This commit is contained in:
Max Brunsfeld 2023-05-31 12:34:06 -07:00
parent 76927b6d95
commit ac41564a8f
2 changed files with 64 additions and 50 deletions

View file

@ -175,6 +175,10 @@ impl Dock {
}
}
pub fn position(&self) -> DockPosition {
self.position
}
pub fn is_open(&self) -> bool {
self.is_open
}