diff --git a/src/zen/drag-and-drop/ZenDragAndDrop.js b/src/zen/drag-and-drop/ZenDragAndDrop.js index 7db5ae22e..f6a2c7600 100644 --- a/src/zen/drag-and-drop/ZenDragAndDrop.js +++ b/src/zen/drag-and-drop/ZenDragAndDrop.js @@ -654,6 +654,10 @@ } #shouldSwitchSpace(event) { + if (document.documentElement.hasAttribute("customizing")) { + return { isNearLeftEdge: false, isNearRightEdge: false }; + } + const padding = Services.prefs.getIntPref( "zen.workspaces.dnd-switch-padding" );