mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
record the status of detail to local storage (#7194)
* record the status of detail to local storage * face recognition view support show detail * feat: optimize code * fix: bug --------- Co-authored-by: zhouwenxuan <aries@Mac.local> Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -83,7 +83,6 @@ const propTypes = {
|
||||
onItemsScroll: PropTypes.func.isRequired,
|
||||
eventBus: PropTypes.object,
|
||||
updateCurrentDirent: PropTypes.func.isRequired,
|
||||
closeDirentDetail: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
class DirColumnView extends React.Component {
|
||||
@@ -211,7 +210,6 @@ class DirColumnView extends React.Component {
|
||||
copyFileCallback={this.props.copyFileCallback}
|
||||
addFolder={this.props.onAddFolder}
|
||||
updateCurrentDirent={this.props.updateCurrentDirent}
|
||||
closeDirentDetail={this.props.closeDirentDetail}
|
||||
showDirentDetail={this.props.showDirentDetail}
|
||||
/>
|
||||
)}
|
||||
@@ -224,7 +222,6 @@ class DirColumnView extends React.Component {
|
||||
deleteFilesCallback={this.props.deleteFilesCallback}
|
||||
renameFileCallback={this.props.renameFileCallback}
|
||||
updateCurrentDirent={this.props.updateCurrentDirent}
|
||||
closeDirentDetail={this.props.closeDirentDetail}
|
||||
/>
|
||||
)}
|
||||
{currentMode === LIST_MODE &&
|
||||
|
Reference in New Issue
Block a user