Skip to content

Commit 2dc5c24

Browse files
committed
Update live-view.js
1 parent 2398198 commit 2dc5c24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

live-view/live-view.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,14 @@ function addBottomSwipeListener() {
435435

436436
}
437437

438+
} else { // if clicked and bottom float not expanded
439+
440+
if (e.target === bottomWrapper) {
441+
442+
console.log('click');
443+
444+
}
445+
438446
}
439447

440448
yOffset = 0;

0 commit comments

Comments
 (0)