Marina Zhurakhinskaya
c018b7652f
Don't add windows to overlay workspaces when overlay is being exited.
When a window is added while overlay is being exited (e.g. because some application was launched), we don't want to add that window to the workspace's window clones. Previously, the window clone was added and an animation to place the windows to their overlay workspace view positions was triggered, which resulted in the wrong animation being shown and an abrupt change in window positions when the actual workspace was shown. Add a boolean argument to two _positionWindows() calls that were missing an argument.
The file is empty.
Description
Languages
C
49.2%
JavaScript
47.4%
SCSS
1.4%
Meson
0.8%
Python
0.6%
Other
0.4%