diff --git a/src/uhm/components/map/useMapSync.ts b/src/uhm/components/map/useMapSync.ts index 9cddff4..1c63151 100644 --- a/src/uhm/components/map/useMapSync.ts +++ b/src/uhm/components/map/useMapSync.ts @@ -190,7 +190,17 @@ export function useMapSync({ editingEngineRef.current?.clearEditing(); } } - }, [allowGeometryEditing, draft, labelContextDraft, selectedFeatureIds, applyDraftToMap, editingEngineRef]); + }, [ + allowGeometryEditing, + draft, + labelContextDraft, + selectedFeatureIds, + respectBindingFilter, + geometryVisibility, + highlightFeatures, + applyDraftToMap, + editingEngineRef, + ]); useEffect(() => { if (focusRequestKey === null || focusRequestKey === undefined) return;