Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 47c6797

Browse files
freshlogicarschmitz
authored andcommitted
Touch: Allow center click scrolling on Windows
1 parent 5ebe2c7 commit 47c6797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/events/touch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $.event.special.tap = {
6969
$this.bind( "vmousedown", function( event ) {
7070
isTaphold = false;
7171
if ( event.which && event.which !== 1 ) {
72-
return false;
72+
return true;
7373
}
7474

7575
var origTarget = event.target,

0 commit comments

Comments
 (0)