Skip to content

Commit 04485c7

Browse files
authored
remove unwanted commit
1 parent 60a850b commit 04485c7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pages/workspace/tags/WorkspaceTagsPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ function WorkspaceTagsPage({route}: WorkspaceTagsPageProps) {
331331

332332
InteractionManager.runAfterInteractions(() => {
333333
setSelectedTags([]);
334-
if (isMobileSelectionModeEnabled && selectedTags.length === Object.keys(policyTagLists.at(0)?.tags ?? {}).length) {
335-
turnOffMobileSelectionMode();
336-
}
337334
});
338335
};
339336

0 commit comments

Comments
 (0)