Skip to content

Commit f29420a

Browse files
committed
Update live-view.js
1 parent b1039f1 commit f29420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ function addBottomSwipeListener() {
431431

432432
}
433433

434-
} else { // if clicked and bottom float not expanded
434+
} else if (click) { // if clicked and bottom float not expanded
435435

436436
// if clicked the bottom float's swipe hitbox
437437
// but not the bottom float itself

0 commit comments

Comments
 (0)