don't pan map wen closing/reopening/commenting a note, fixes #648
This commit is contained in:
parent
a3737b74ba
commit
793757a6ff
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ OSM.Note = function (map) {
|
|||
oauth: true,
|
||||
success: () => {
|
||||
OSM.loadSidebarContent(path, () => {
|
||||
initialize(path, id);
|
||||
initialize(path, id, false);
|
||||
});
|
||||
},
|
||||
error: (xhr) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue