Skip to content

Commit 4460aaf

Browse files
committed
fixed 'show files' checkbox state
1 parent 6ddb8ed commit 4460aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/scripts/uiLogic-animations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ function performAnimation() {
3939
promise2 = nav_anim_10xx_01xx(navChart, dirFilter.length);
4040
}
4141
Promise.all([promise1, promise2]).then(() => {
42+
leaveTransientState();
4243
if (navAnimationType == 'switchToLineCount')
4344
state_f_restore = false;
44-
leaveTransientState();
4545
});
4646
updateAnimationVariables();
4747
}

0 commit comments

Comments
 (0)