king
2022-07-17 d63599775897284e8c898845e6f2286430b63c3e
src/tabviews/zshare/mutilform/mkNumberInput/index.jsx
@@ -37,6 +37,7 @@
  mkFormHandle = (type, uuid, value) => {
    if (uuid !== this.props.config.uuid) return
    if (type === 'focus') {
      let node = document.getElementById(uuid)
      node.select()