diff --git a/packages/web/src/javascripts/Components/Panes/PaneAnimator.tsx b/packages/web/src/javascripts/Components/Panes/PaneAnimator.tsx index d4a09e64e29..0b8f82c5f81 100644 --- a/packages/web/src/javascripts/Components/Panes/PaneAnimator.tsx +++ b/packages/web/src/javascripts/Components/Panes/PaneAnimator.tsx @@ -29,8 +29,6 @@ export async function animatePaneEntranceTransitionFromOffscreenToTheRight(eleme await animation.finished performSafariAnimationFix(element) - - animation.finish() } export async function animatePaneExitTransitionOffscreenToTheRight(elementId: string): Promise { @@ -54,8 +52,6 @@ export async function animatePaneExitTransitionOffscreenToTheRight(elementId: st ) await animation.finished - - animation.finish() } /**