remove issue comment

This commit is contained in:
Hakim El Hattab 2016-10-05 11:36:56 +02:00
parent 969885a7dc
commit 693a370f06
1 changed files with 0 additions and 2 deletions

View File

@ -4297,8 +4297,6 @@
if( delta > 0 ) {
navigateNext();
}
// fix #1607: On MacBook trackpad, a `delta=0` mousewheel event
// will be triggered as soon as two fingers touch.
else if( delta < 0 ) {
navigatePrev();
}