diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx index 6b5f28472..4fabafde4 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx @@ -1134,8 +1134,6 @@ const DocumentsTabComponent: React.FunctionComponent<{ // If only one selection, we consider as a click if (selectedRows.size === 1) { - const selectedRow = Array.from(selectedRows)[0]; - onDocumentClicked(selectedRow); setEditorState(ViewModels.DocumentExplorerState.exisitingDocumentNoEdits); }