king
2022-12-19 102be577a7f8df2ae30045d55a1a5fc584f90363
src/tabviews/custom/components/iframe/index.jsx
@@ -82,8 +82,17 @@
  }
  componentDidMount () {
    const { config } = this.state
    MKEmitter.addListener('reloadData', this.reloadData)
    MKEmitter.addListener('resetSelectLine', this.resetParentParam)
    if (config.wrap.linkType === 'input' && config.wrap.focus !== 'false') {
      setTimeout(() => {
        let node = document.getElementById(config.uuid)
        node && node.select && node.select()
      }, 200)
    }
  }
  shouldComponentUpdate (nextProps, nextState) {