fix some mishaps i noticed during self-review

This commit is contained in:
Henry Jameson 2022-03-30 23:48:06 +03:00
parent dadf2f407f
commit afbe1a96ac
5 changed files with 10 additions and 4 deletions

View file

@ -78,6 +78,12 @@ const PostStatusForm = {
'emojiPickerPlacement',
'optimisticPosting'
],
emits: [
'posted',
'resize',
'mediaplay'
'mediapause'
],
components: {
MediaUpload,
EmojiInput,