This commit is contained in:
Henry Jameson 2026-05-10 22:19:04 +03:00
commit c17a53b165
2 changed files with 1 additions and 1 deletions

View file

@ -42,7 +42,6 @@ const Gallery = {
if (this.size === 'hide') {
return attachments.map((item) => ({ minimal: true, items: [item] }))
}
console.log('<=')
const rows = this.grid
? [{ grid: true, items: attachments }]
: attachments