Skip to content

Commit 2a9ca1e

Browse files
committed
Update bottomfloat.js
1 parent ad47138 commit 2a9ca1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bottomfloat.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ function updateFloat() {
2020

2121
bottomFloat.classList.remove('modified');
2222

23+
if (pushWrapper.classList.contains('checked')) {
24+
25+
pushWrapper.classList.remove('checked');
26+
27+
}
28+
2329
}
2430

2531
// show selected file name

0 commit comments

Comments
 (0)