fix: board bubble preview widget

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2024-11-01 17:50:41 +01:00
parent af680cb37e
commit bd1bd0ac41

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 }) => {