mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-29 02:34:18 +00:00
fix: Fixed swipe gestures when there's a scrollbar, b=(no-bug), c=workspaces
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user