Skip to content

Commit

Permalink
Merge pull request #6477 from nextcloud/backport/6461/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: board bubble preview widget
  • Loading branch information
luka-nextcloud authored Nov 4, 2024
2 parents 2c49c4e + 14503d2 commit 3a5c865
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/init-reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ registerWidget('deck-board', async (el, { richObjectType, richObject, accessible
}, (el) => {
boardWidgets[el].$destroy()
delete boardWidgets[el]
}, {
fullWidth: true,
})

registerWidget('deck-comment', async (el, { richObjectType, richObject, accessible }) => {
Expand Down

0 comments on commit 3a5c865

Please sign in to comment.