mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
Update dependency 3 (#5344)
* update react react-dom prop-types * update seafile-editor version * install deep-copy denpendency * update router version * repair focus bug * optimize code * optimize code
This commit is contained in:
@@ -94,7 +94,7 @@ class DirTool extends React.Component {
|
||||
|
||||
{this.state.isRepoTagDialogShow && (
|
||||
<ModalPortal>
|
||||
<Modal isOpen={true}>
|
||||
<Modal isOpen={true} autoFocus={false}>
|
||||
{this.state.isListRepoTagShow && (
|
||||
<ListTagDialog
|
||||
repoID={repoID}
|
||||
|
Reference in New Issue
Block a user