Skip to content

Commit 869859f

Browse files
committed
Update bottomfloat.js
1 parent 8d4d54c commit 869859f

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
@@ -98,6 +98,12 @@ floatDownload.addEventListener('click', downloadSelFile);
9898
if (isMobile) {
9999

100100
cd.on('scroll', checkBottomFloat, false);
101+
102+
cd.on('blur', () => {
103+
104+
bottomFloat.classList.remove('hidden');
105+
106+
});
101107

102108
}
103109

0 commit comments

Comments
 (0)