File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/frontend/apps/drive/src/features/explorer/components Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ export const ExplorerSelectionBar = () => {
4444 return ( ) => {
4545 window . removeEventListener ( "keydown" , handleKeyDown ) ;
4646 } ;
47- // eslint-disable-next-line react-hooks/exhaustive-deps
4847 } , [ selectedItems ] ) ;
4948
5049 return (
@@ -56,13 +55,13 @@ export const ExplorerSelectionBar = () => {
5655 } ) }
5756 </ div >
5857 < div className = "explorer__selection-bar__actions" >
59- < Button
58+ { /* <Button
6059 onClick={handleClearSelection}
6160 icon={<span className="material-icons">download</span>}
6261 color="primary-text"
6362 size="small"
6463 aria-label={t("explorer.selectionBar.download")}
65- />
64+ /> */ }
6665 < Button
6766 onClick = { handleClearSelection }
6867 icon = { < span className = "material-icons" > arrow_forward</ span > }
You can’t perform that action at this time.
0 commit comments