Skip to content

Commit 2e32fca

Browse files
committed
chore: Remove todo statement (see issue #143)
1 parent 05b7f5b commit 2e32fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/store/layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const useLayerStore = defineStore('layer', () => {
180180
}
181181
}
182182

183-
// TODO: Move this conditional functionality into `addLayer`, and directly call addLayerFrameToMap there
183+
// Add current frame to map if not added yet
184184
const sourceId = mapStore.sourceIdFromLayerFrame(layer, frame);
185185
if (layer.visible && !userMapLayers.some(
186186
(mapLayerId) => mapLayerId.includes(sourceId)

0 commit comments

Comments
 (0)