mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[Mobile] Gestures
Distance change to differentiate between pan and pinch increased from 2 to 3.
This commit is contained in:
parent
c394151c46
commit
4fa29d30f5
@ -10,7 +10,7 @@ define(
|
||||
var RANGE_TICK_COUNT = 7,
|
||||
DOMAIN_TICK_COUNT = 5,
|
||||
ZOOM_AMT = 0.02,
|
||||
PINCH_DRAG_AMT = 2;
|
||||
PINCH_DRAG_AMT = 3;
|
||||
|
||||
function MCTPlot() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user