diff --git a/modules/ui/sections/photo_overlays.js b/modules/ui/sections/photo_overlays.js index fe76d6dbe..7d5c35ea2 100644 --- a/modules/ui/sections/photo_overlays.js +++ b/modules/ui/sections/photo_overlays.js @@ -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);