king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
src/menu/urlfieldcomponent/settingform/index.jsx
@@ -30,6 +30,17 @@
    }
  }
  componentDidMount() {
    try {
      let _input = document.getElementById('field')
      if (_input.focus) {
        _input.focus()
      }
    } catch (e) {
      console.warn('focus error!')
    }
  }
  render() {
    const { getFieldDecorator } = this.props.form