diff --git a/routes/_components/compose/ComposeToolbar.html b/routes/_components/compose/ComposeToolbar.html index 372dd9a..e220cca 100644 --- a/routes/_components/compose/ComposeToolbar.html +++ b/routes/_components/compose/ComposeToolbar.html @@ -4,7 +4,14 @@ href="#fa-smile" on:click="onEmojiClick()" /> - + + @@ -32,7 +39,11 @@ /* no await */ updateCustomEmojiForInstance(this.store.get('currentInstance')) let dialogs = await importDialogs() dialogs.showEmojiDialog() + }, + onMediaClick() { + this.refs.input.click() } } + } \ No newline at end of file