Skip to content

Commit 87694b5

Browse files
committed
Update live-view.js
1 parent 99d57da commit 87694b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

live-view/live-view.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,7 @@ function addBottomSwipeListener() {
436436
// if clicked the bottom float's swipe hitbox
437437
// but not the bottom float itself
438438
if (e.target === bottomWrapper) {
439-
440-
console.log('click', e);
441-
439+
442440
// get caret range from point
443441

444442
// disable bottom float hitbox

0 commit comments

Comments
 (0)