From f8b466a317ef486735d87d886d44543feec78755 Mon Sep 17 00:00:00 2001 From: Pascal Roehling Date: Thu, 7 Nov 2024 10:05:37 +0100 Subject: [PATCH] Remove todos --- packages/plugins/Gfi/src/store/actions/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/plugins/Gfi/src/store/actions/index.ts b/packages/plugins/Gfi/src/store/actions/index.ts index c3216b264..b73095ebc 100644 --- a/packages/plugins/Gfi/src/store/actions/index.ts +++ b/packages/plugins/Gfi/src/store/actions/index.ts @@ -102,8 +102,6 @@ export const makeActions = () => { }) ) } - // TODO: Add information on how drag works for featureList UI if it works together with drag; also add this in MELMI in that case - // TODO: Test DISH and MELMI; fix if broken - currently testing DragSelection in Melmi (see TODO in debouncedGfiRequest) }, setupZoomListeners({ dispatch, getters, rootGetters }) { if (getters.gfiConfiguration.featureList) {