fix: Fixed toast notifications appearing offscreen, b=(no-bug), c=workspaces

This commit is contained in:
mr. m
2025-05-09 23:33:04 +02:00
parent 1fc2299801
commit d189221f10
3 changed files with 5 additions and 4 deletions

View File

@@ -580,7 +580,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
_handleSwipeMayStart(event) {
if (!this.workspaceEnabled) return;
if (!this.workspaceEnabled || this._inChangingWorkspace) return;
if (event.target.closest('#zen-sidebar-bottom-buttons')) return;
// Only handle horizontal swipes