From 190420134ddfe79d80a3946098b3acd828469c27 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 26 七月 2023 14:38:45 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx b/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx index 8fed290..57deaab 100644 --- a/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx @@ -48,7 +48,7 @@ this.timer = setTimeout(() => { this.props.onChange(val) - }, btn.formType === 'count_line' ? 100 : 1000) + }, btn.formType === 'count_line' ? 100 : 500) } plus = () => { @@ -71,7 +71,7 @@ this.timer = setTimeout(() => { this.props.onChange(val) - }, btn.formType === 'count_line' ? 100 : 1000) + }, btn.formType === 'count_line' ? 100 : 500) } submit = () => { @@ -96,7 +96,7 @@ this.timer = setTimeout(() => { this.props.onChange(count) - }, btn.formType === 'count_line' ? 100 : 1000) + }, btn.formType === 'count_line' ? 100 : 500) } render() { -- Gitblit v1.8.0