mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 12:30:19 +00:00
set the delta to 0...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
287086ebdd
commit
0b7b986606
@ -112,7 +112,7 @@ $(document).ready(function(){
|
||||
var t
|
||||
var v = $('.viewer')
|
||||
var _scroll_delta = [0, 0]
|
||||
var sd = 5
|
||||
var sd = 0
|
||||
|
||||
function wait_for_scroll_end(){
|
||||
if(!touching && _scroll_delta[0] <= sd && _scroll_delta[1] <= sd){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user