fix: flow cannot scroll after post

update fold UI
This commit is contained in:
thuhole
2020-07-22 01:45:08 +08:00
parent 1e41278ba1
commit ee84237758
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ class ControlBar extends PureComponent {
<PostForm
token={token}
on_complete={() => {
this.props.show_sidebar(null, null);
this.props.show_sidebar(null, null, 'clear');
this.do_refresh();
}}
/>,