We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e5f7 commit 81f7587Copy full SHA for 81f7587
src/zen/workspaces/ZenWorkspaces.mjs
@@ -2319,7 +2319,7 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
2319
2320
const newTransform = `translateX(${newOffset}%)`;
2321
let existingTransform = `translateX(${existingOffset}%)`;
2322
- if (container.style.transform) {
+ if (container.style.transform && container.style.transform !== 'none') {
2323
existingTransform = container.style.transform;
2324
}
2325
if (shouldAnimate) {
0 commit comments