1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

delete useless codes (#6218)

* delete useless codes

* remove useless codes
This commit is contained in:
Michael An
2024-06-17 22:17:47 +08:00
committed by GitHub
parent bb6a81e84a
commit 3c01601ac9
30 changed files with 125 additions and 1142 deletions

View File

@@ -335,12 +335,10 @@ class MultipleDirOperationToolbar extends React.Component {
return (
<Fragment>
<div className="selected-dirents-toolbar">
{selectedLen > 0 &&
<span className="cur-view-path-btn px-2" style={{ marginLeft: '-10px' }} onClick={this.props.unSelectDirent}>
<span className="sf3-font-x-01 sf3-font mr-2" aria-label={gettext('Unselect')} title={gettext('Unselect')}></span>
<span>{selectedLen}{' '}{gettext('selected')}</span>
</span>
}
<span className="cur-view-path-btn px-2" onClick={this.props.unSelectDirent}>
<span className="sf3-font-x-01 sf3-font mr-2" aria-label={gettext('Unselect')} title={gettext('Unselect')}></span>
<span>{selectedLen}{' '}{gettext('selected')}</span>
</span>
{canModify &&
<span className="cur-view-path-btn" onClick={this.onMoveToggle}>
<span className="sf3-font-move1 sf3-font" aria-label={gettext('Move')} title={gettext('Move')}></span>