src/components/header/index.jsx
@@ -567,6 +567,7 @@ this.props.modifyMainMenu(menulist[0] || null) this.props.resetEditLevel(false) this.props.modifyTabview([]) } exitEdit = () => { @@ -594,10 +595,7 @@ if (visible) { setTimeout(() => { let input = document.getElementById('thdMenu-search') if (input) { input.focus() } input && input.focus() }, 500) } })