Merge branch 'more-fixes' into shigusegubu-themes3
This commit is contained in:
commit
fe6c4897e3
1 changed files with 2 additions and 2 deletions
|
|
@ -409,8 +409,8 @@
|
||||||
:remove-attachment="removeMediaFile"
|
:remove-attachment="removeMediaFile"
|
||||||
:shift-up-attachment="newStatus.files.length > 1 && shiftUpMediaFile"
|
:shift-up-attachment="newStatus.files.length > 1 && shiftUpMediaFile"
|
||||||
:shift-dn-attachment="newStatus.files.length > 1 && shiftDnMediaFile"
|
:shift-dn-attachment="newStatus.files.length > 1 && shiftDnMediaFile"
|
||||||
@play="$emit('mediaplay', attachment.id)"
|
@play="$emit('mediaplay', 'newStatus')"
|
||||||
@pause="$emit('mediapause', attachment.id)"
|
@pause="$emit('mediapause', 'newStatus')"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-if="newStatus.files.length > 0 && !disableSensitivityCheckbox"
|
v-if="newStatus.files.length > 0 && !disableSensitivityCheckbox"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue