This commit is contained in:
Mikayla Maki 2023-07-13 14:21:30 -07:00
parent 5797282b98
commit 331fd896b5
No known key found for this signature in database
3 changed files with 14 additions and 7 deletions

View file

@ -161,7 +161,11 @@ impl SerializedPaneGroup {
Vec<Option<Box<dyn ItemHandle>>>,
)> {
match self {
SerializedPaneGroup::Group { axis, children, flexes } => {
SerializedPaneGroup::Group {
axis,
children,
flexes,
} => {
let mut current_active_pane = None;
let mut members = Vec::new();
let mut items = Vec::new();