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:
Bryan Housel
2018-07-24 19:34:01 -04:00
parent 95ea0dbbc9
commit f74d21557c
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -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