Skip to content

Commit a7ee4c2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottomfloat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if (isMobile) {
101101

102102
cd.on('blur', () => {
103103

104-
bottomFloat.classList.remove('hidden');
104+
bottomWrapper.classList.remove('hidden');
105105

106106
});
107107

0 commit comments

Comments
 (0)