-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 修复指标操作格式之后数据混乱的问题 #1637
fix: 修复指标操作格式之后数据混乱的问题 #1637
Conversation
@@ -62,6 +62,8 @@ function useStateModal({ initState }: { initState?: any }) { | |||
Object.create(null), | |||
...spreadParmas, | |||
); | |||
// @TM 清空 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great, the modal should be recreated after close, but...so, it is better to clear the ref state, 👍🏿 .
Additional, could you remove the todo
comment on this? the fix is ok for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great, the modal should be recreated after close, but...so, it is better to clear the ref state, 👍🏿 . Additional, could you remove the
todo
comment on this? the fix is ok for me.
ok
@@ -74,6 +76,8 @@ function useStateModal({ initState }: { initState?: any }) { | |||
}; | |||
|
|||
const handleClickCancelButton = () => { | |||
// @TM 清空 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same as above.
感谢贡献! |
问题视频
https://user-images.githubusercontent.com/95753485/178678921-2f7bdc5e-4254-4e4a-96bf-acafe1f39c43.mp4