Skip to content

Commit

Permalink
fix(wm): Remove unecessary duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ds13 committed Oct 10, 2024
1 parent b182cb5 commit 7c9cb11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions komorebi/src/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ impl Workspace {
container.restore();
}

for container in self.containers_mut() {
container.restore();
}

if let Some(container) = self.focused_container_mut() {
container.focus_window(container.focused_window_idx());
}
Expand Down

0 comments on commit 7c9cb11

Please sign in to comment.