mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
Fix event namespace
This commit is contained in:
@@ -159,7 +159,7 @@ iD.modes.DragNode = function(context) {
|
||||
context.uninstall(hover);
|
||||
|
||||
context.history()
|
||||
.on('undone.drag_node', null);
|
||||
.on('undone.drag-node', null);
|
||||
|
||||
context.surface()
|
||||
.selectAll('.active')
|
||||
|
||||
Reference in New Issue
Block a user