Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): address toggle-float container edge case
This commit ensures that the focused container index on a workspace is updated appropriately if the user calls toggle-float on the last Container in a Ring. Previously, doing this would leave a ghost tile. Now that we check if the focused_idx is still valid after removing an empty Container from the workspace, users will no longer be left with a ghost tile.
- Loading branch information