diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-30 23:54:11 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-30 23:54:11 +0300 |
| commit | a0099ecb6699f02667e7cae39c688e4c0e86f30c (patch) | |
| tree | 31d2e8c29bdd5035cf4811625f731599cab00af0 /src | |
| parent | afbe1a96ac9356202f7533d7178ce3a1e6f2ece1 (diff) | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 42c1335e..84a9e29e 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -81,7 +81,7 @@ const PostStatusForm = { emits: [ 'posted', 'resize', - 'mediaplay' + 'mediaplay', 'mediapause' ], components: { |
