mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-05 10:51:35 +00:00
fix name clash which was overriding an existing event handler
fixes #9829
fixes regression from d7902e1388
This commit is contained in:
@@ -433,7 +433,7 @@ export function uiSectionPhotoOverlays(context) {
|
||||
context.photos().on('change.uiSectionPhotoOverlays', section.reRender);
|
||||
|
||||
context.map()
|
||||
.on('move.background_list',
|
||||
.on('move.photo_overlays',
|
||||
_debounce(function() {
|
||||
// layers in-view may have changed due to map move
|
||||
window.requestIdleCallback(section.reRender);
|
||||
|
||||
Reference in New Issue
Block a user