don't pan map wen closing/reopening/commenting a note, fixes #648

This commit is contained in:
Martin Raifer 2025-02-16 10:55:54 +01:00
parent a3737b74ba
commit 793757a6ff
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD

View file

@ -44,7 +44,7 @@ OSM.Note = function (map) {
oauth: true,
success: () => {
OSM.loadSidebarContent(path, () => {
initialize(path, id);
initialize(path, id, false);
});
},
error: (xhr) => {