mirror of
https://github.com/flarum/core.git
synced 2025-07-29 12:40:40 +02: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