mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08:00
Add preview button to composer
This commit is contained in:
@ -73,6 +73,7 @@ class Composer extends Component {
|
||||
|
||||
const showIfMinimized = () => {
|
||||
if (this.position === Composer.PositionEnum.MINIMIZED) this.show();
|
||||
m.redraw.strategy('none');
|
||||
};
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user