mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Mobile] Gestures
Distance change to differentiate between pan and pinch increased from 2 to 3.
This commit is contained in:
@ -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() {
|
||||
|
||||
|
Reference in New Issue
Block a user