Skip to content

Commit b32da43

Browse files
authored
Ls release 1.17.0 optic 1858 (#7293)
1 parent b17249b commit b32da43

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

web/libs/datamanager/src/stores/AppStore.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,6 @@ export const AppStore = types
206206
interaction: null,
207207
region: null,
208208
});
209-
} else if (isFF(FF_REGION_VISIBILITY_FROM_URL)) {
210-
const { task, region, annotation } = History.getParams();
211-
History.navigate(
212-
{
213-
task,
214-
region,
215-
annotation,
216-
},
217-
true,
218-
);
219209
}
220210

221211
if (!isDefined(taskID)) return;

0 commit comments

Comments
 (0)