Skip to content

Commit 8d30e3e

Browse files
committed
Update bottomfloat.js
1 parent 38d43a2 commit 8d30e3e

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
@@ -123,7 +123,7 @@ if (isMobile) {
123123

124124
const landscape = window.matchMedia('(orientation: landscape)');
125125

126-
landscape.addEventListener('change', (event) => {
126+
landscape.addEventListener('change', () => {
127127

128128
bottomWrapper.style.setProperty('--window-height', window.innerHeight + 'px');
129129

0 commit comments

Comments
 (0)