missing emit

This commit is contained in:
Henry Jameson 2026-06-30 06:01:34 +03:00
commit 06fdcb8dd3

View file

@ -52,7 +52,7 @@ const Attachment = {
'shiftDn',
'edit',
],
emits: ['play', 'pause'],
emits: ['play', 'pause', 'naturalSizeLoad'],
data() {
return {
localDescription: this.description || this.attachment.description,