fix: Fixed workspace transition animations and icons not appearing on new profiles, b=(no-bug), c=tabs, workspaces

This commit is contained in:
Mr. M
2025-05-27 17:59:26 +02:00
parent b8213569e5
commit 3c01004641
2 changed files with 4 additions and 1 deletions

View File

@@ -2323,7 +2323,7 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
existingTransform = container.style.transform;
}
if (shouldAnimate) {
container.style.transform = newTransform;
container.style.transform = existingTransform;
animations.push(
gZenUIManager.motion.animate(
container,