From de4c02c6e3f427d0ad2431de7fc4b01f4003904f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 二月 2022 16:14:31 +0800 Subject: [PATCH] 2022-02-14 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index ef0623b..72a568c 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -300,7 +300,9 @@ }) if (btn.OpenType === 'formSubmit') { - MKEmitter.emit('mkFormSubmit', btn.uuid) + this.setState({}, () => { + MKEmitter.emit('mkFormSubmit', btn.uuid) + }) return } else if (btn.OpenType === 'prompt') { this.setState({loading: true}) -- Gitblit v1.8.0