shell: Fix animation getting stuck
This commit is contained in:
parent
7b3ac7fa77
commit
cb3e8d42a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1073,7 +1073,7 @@ impl Shell {
|
|||
WorkspaceMode::OutputBound(sets, _) => {
|
||||
sets.values().any(|set| set.previously_active.is_some())
|
||||
}
|
||||
}) || matches!(self.overview_mode, OverviewMode::None)
|
||||
}) || !matches!(self.overview_mode, OverviewMode::None)
|
||||
|| self
|
||||
.workspaces
|
||||
.spaces()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue