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) {