mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Implement touch targets for midpoints and points
This commit is contained in:
@@ -249,7 +249,7 @@ export function modeDragNode(context) {
|
||||
|
||||
|
||||
var behavior = behaviorDrag()
|
||||
.selector('.vertex.target, g.point, g.midpoint')
|
||||
.selector('.layer-points-targets .target')
|
||||
.surface(d3_select('#map').node())
|
||||
.origin(origin)
|
||||
.on('start', start)
|
||||
|
||||
Reference in New Issue
Block a user