Compare commits
No commits in common. "fe6c4897e33ffe33bc7bb6f900fabd2a58bc3546" and "9e28674453fadf7f264cd5d70cd1603156a238d6" have entirely different histories.
fe6c4897e3
...
9e28674453
1 changed files with 2 additions and 2 deletions
|
|
@ -409,8 +409,8 @@
|
|||
:remove-attachment="removeMediaFile"
|
||||
:shift-up-attachment="newStatus.files.length > 1 && shiftUpMediaFile"
|
||||
:shift-dn-attachment="newStatus.files.length > 1 && shiftDnMediaFile"
|
||||
@play="$emit('mediaplay', 'newStatus')"
|
||||
@pause="$emit('mediapause', 'newStatus')"
|
||||
@play="$emit('mediaplay', attachment.id)"
|
||||
@pause="$emit('mediapause', attachment.id)"
|
||||
/>
|
||||
<div
|
||||
v-if="newStatus.files.length > 0 && !disableSensitivityCheckbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue