mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Force redraws after moving a note or cancelling a note
similar to 95ea0dbbc, there is no history change event to force a redraw
This commit is contained in:
@@ -330,6 +330,7 @@ export function uiNoteEditor(context) {
|
||||
osm.removeNote(d);
|
||||
}
|
||||
context.enter(modeBrowse(context));
|
||||
dispatch.call('change');
|
||||
});
|
||||
|
||||
buttonSection.select('.save-button') // select and propagate data
|
||||
|
||||
Reference in New Issue
Block a user