Merge pull request #6476 from nextcloud/backport/6461/stable29

[stable29] fix: board bubble preview widget
This commit is contained in:
Luka Trovic
2024-11-04 18:33:05 +01:00
committed by GitHub

View File

@@ -77,8 +77,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 }) => {