fix: board bubble preview widget

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2024-11-04 17:27:05 +00:00
committed by backportbot[bot]
parent 2c49c4e1ea
commit 14503d2f3d
-2
View File
@@ -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 }) => {