geojson.io fork - no tap-drag zoom
Tap-drag zoom is very annoying when trying to edit polygons on a tablet. Got rid of it. Feel free to use it at geojson.unmb.pw
Here is the line that fixed it:
context.map.touchZoomRotate['_tapDragZoom']['_enabled'] = false;
That’s it, folks!