Increase scroll delta
This commit is contained in:
parent
4f342102c0
commit
68668cfefa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as doms from 'shared/utils/dom';
|
||||
|
||||
const SCROLL_DELTA_X = 48;
|
||||
const SCROLL_DELTA_Y = 48;
|
||||
const SCROLL_DELTA_X = 64;
|
||||
const SCROLL_DELTA_Y = 64;
|
||||
|
||||
// dirty way to store scrolling state on globally
|
||||
let scrolling = false;
|
||||
|
|
Reference in a new issue