src/tabviews/zshare/mutilform/mkNumberInput/index.jsx
@@ -40,7 +40,7 @@ if (type === 'focus') { let node = document.getElementById(uuid) node.select() node && node.select() } else if (type === 'input') { this.setState({value}) this.props.onChange(value, true) @@ -71,7 +71,7 @@ MKEmitter.emit('mkFC', 'focus', config.tabUuid) } else { MKEmitter.emit('mkFC', 'focus', config.tabUuid) this.props.onSubmit() this.props.onSubmit(config.tabUuid) } }