Skip to content

Commit aa49704

Browse files
committed
fix(editor): Disable execution list items leave animation completely
1 parent 468695d commit aa49704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/editor-ui/src/styles/_animations.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.executions-list-leave-active {
7-
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
7+
transition: none;
88
position: absolute;
99
}
1010

0 commit comments

Comments
 (0)