mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 02:53:50 +01:00
set drag threshold to 0
This commit is contained in:
parent
0a3686d8df
commit
fcd6bdbbf8
@ -17,6 +17,9 @@ import keycode from 'keycode';
|
||||
import bowser from 'bowser';
|
||||
import * as d2Tools from '../constants/d2Tools.js';
|
||||
import { isLoaded, load } from '../utils/loaded.js';
|
||||
import { setConfig } from 'touch-events';
|
||||
|
||||
setConfig({ DRAG_THRESHOLD: 0 });
|
||||
|
||||
const styles = {
|
||||
container: {
|
||||
|
Loading…
Reference in New Issue
Block a user