mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 04:31:36 +02:00
Validations now update instantly upon an annotated graph change
This commit is contained in:
@@ -210,8 +210,7 @@ export function modeDragNode(context) {
|
||||
}
|
||||
|
||||
context.replace(
|
||||
actionMoveNode(entity.id, loc),
|
||||
moveAnnotation(entity)
|
||||
actionMoveNode(entity.id, loc)
|
||||
);
|
||||
|
||||
// Below here: validations
|
||||
|
||||
Reference in New Issue
Block a user