This commit is contained in:
syuilo 2018-02-12 00:58:02 +09:00
parent 910edf7c5f
commit f494310c4f
4 changed files with 42 additions and 49 deletions

View file

@ -1,5 +1,5 @@
<template>
<mk-window is-modal @closed="$destroy">
<mk-window ref="window" is-modal @closed="$destroy">
<span slot="header">
<span v-if="!parent.opts.reply">%i18n:desktop.tags.mk-post-form-window.post%</span>
<span v-if="parent.opts.reply">%i18n:desktop.tags.mk-post-form-window.reply%</span>
@ -10,7 +10,7 @@
<mk-post-preview v-if="parent.opts.reply" :class="$style.postPreview" :post="reply"/>
<mk-post-form ref="form"
:reply="reply"
@post="$refs.window.close"
@posted="$refs.window.close"
@change-uploadings="onChangeUploadings"
@change-attached-media="onChangeMedia"/>
</div>