Compare commits

..

No commits in common. "49dba9cfab5ca983306979aa16c4135a9158a22a" and "48ffb39bf84cbe15ccc345176f93cec334df402b" have entirely different histories.

View file

@ -32,7 +32,6 @@
:description="descriptions && descriptions[attachment.id]" :description="descriptions && descriptions[attachment.id]"
:hide-description="size === 'small' || tooManyAttachments && hidingLong" :hide-description="size === 'small' || tooManyAttachments && hidingLong"
:style="itemStyle(attachment.id, row.items)" :style="itemStyle(attachment.id, row.items)"
@setMedia="onMedia"
@naturalSizeLoad="onNaturalSizeLoad" @naturalSizeLoad="onNaturalSizeLoad"
/> />
</div> </div>