Commit 80e8725c by zhaochengxiang

bug fix

parent d7ef5094
...@@ -202,6 +202,7 @@ const FC = (props) => { ...@@ -202,6 +202,7 @@ const FC = (props) => {
const close = () => { const close = () => {
setLoading(false) setLoading(false)
setAnimating(false) setAnimating(false)
setCompact(true)
setSuggests() setSuggests()
setOffset(1) setOffset(1)
setMore(false) setMore(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment