From e6e5f96da15f3bbbca7e65f06d6169bbeadbeb4a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 23 十月 2021 22:25:09 +0800 Subject: [PATCH] 2021-10-23 --- src/menu/components/share/clockcomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/clockcomponent/index.jsx b/src/menu/components/share/clockcomponent/index.jsx index a18f7dd..c73e5ab 100644 --- a/src/menu/components/share/clockcomponent/index.jsx +++ b/src/menu/components/share/clockcomponent/index.jsx @@ -35,7 +35,7 @@ this.setState({ visible: false }) - this.props.updateConfig({...config, timer: res.timer}) + this.props.updateConfig({...config, timer: res.timer, clearField: res.clearField || '', clearValue: res.clearValue || ''}) }) } -- Gitblit v1.8.0