mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
fix: Fixed swiping workspaces when having container specific essentials, b=(no-bug), c=workspaces
This commit is contained in:
@@ -610,8 +610,8 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
}
|
||||
|
||||
// Apply a translateX to the tab strip to give the user feedback on the swipe
|
||||
const currentWorkspace = this.activeWorkspace;
|
||||
this._organizeWorkspaceStripLocations({ uuid: currentWorkspace }, true, translateX);
|
||||
const currentWorkspace = this.getActiveWorkspaceFromCache();
|
||||
this._organizeWorkspaceStripLocations(currentWorkspace, true, translateX);
|
||||
}
|
||||
|
||||
async _handleSwipeEnd(event) {
|
||||
|
||||
Reference in New Issue
Block a user