fix: Fixed swipe gestures when there's a scrollbar, b=(no-bug), c=workspaces

This commit is contained in:
mr. m
2025-05-18 23:09:42 +02:00
parent 76c22cc896
commit b669f81926
4 changed files with 28 additions and 20 deletions

View File

@@ -95,13 +95,6 @@
get: () => 36,
});
if (
Services.prefs.getBoolPref('zen.workspaces.swipe-actions', false) &&
gZenWorkspaces.workspaceEnabled
) {
gZenWorkspaces.attachGestureHandlers(this);
}
// Add them manually since attribute inheritance doesn't work
// for multiple layers of shadow DOM.
this.tabsContainer.setAttribute('zen-workspace-id', this.id);