mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-01 04:38:55 +00:00
gh-14720: Fix space switching on dnd in customize mode (gh-14719)
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user