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