From d63599775897284e8c898845e6f2286430b63c3e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 17 七月 2022 23:18:56 +0800 Subject: [PATCH] 2022-07-17 --- src/tabviews/zshare/mutilform/mkNumberInput/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/mutilform/mkNumberInput/index.jsx b/src/tabviews/zshare/mutilform/mkNumberInput/index.jsx index 4b690c8..68e1a62 100644 --- a/src/tabviews/zshare/mutilform/mkNumberInput/index.jsx +++ b/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() -- Gitblit v1.8.0