We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0784d51 commit fa5696dCopy full SHA for fa5696d
live-view/live-view.js
@@ -377,14 +377,6 @@ function addBottomSwipeListener() {
377
bottomWrapper.addEventListener('touchstart', dragStart, false);
378
bottomWrapper.addEventListener('touchend', dragEnd, false);
379
bottomWrapper.addEventListener('touchmove', drag, false);
380
-
381
- if (isDev) {
382
383
- bottomWrapper.addEventListener('mousedown', dragStart, false);
384
- bottomWrapper.addEventListener('mouseup', dragEnd, false);
385
- bottomWrapper.addEventListener('mousemove', drag, false);
386
387
- }
388
389
function dragStart(e) {
390
0 commit comments