Merge pull request #5875 from openstreetmap/dont-snap-non-vertices

Dont snap to non-vertices
This commit is contained in:
Bryan Housel
2019-02-10 22:13:09 -05:00
committed by GitHub
5 changed files with 58 additions and 7 deletions
-1
View File
@@ -355,7 +355,6 @@ export function modeDragNode(context) {
}
}
function end(entity) {
if (_isCancelled) return;