From 8deb96014e8d355a75ea3f6544dcd49d3e336511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Fri, 11 Jan 2019 17:10:33 +0100 Subject: [PATCH] bug fix takeWindow: don't reset the taken windows --- tiling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiling.js b/tiling.js index 828eab8..98cc5f5 100644 --- a/tiling.js +++ b/tiling.js @@ -2566,7 +2566,7 @@ function takeWindow(metaWindow, space, {navigator}) { if (!space.removeWindow(metaWindow)) return; - if (!navigator._movingId) { + if (!navigator._moving) { navigator._moving = []; let id = navigator.connect('destroy', () => { navigator.disconnect(id);