We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0358b15 commit ed509bcCopy full SHA for ed509bc
src/extension.ts
@@ -1007,7 +1007,7 @@ export class Ext extends Ecs.System<ExtEvent> {
1007
for (const [_entity, compare] of this.windows.iter()) {
1008
const is_same_space = compare.meta.get_monitor() === mon
1009
&& compare.meta.get_workspace().index() === work;
1010
- if (is_same_space) {
+ if (is_same_space && !this.contains_tag(compare.entity, Tags.Floating)) {
1011
if (compare.is_maximized()) {
1012
compare.meta.unmaximize(Meta.MaximizeFlags.BOTH);
1013
}
0 commit comments