fix: board bubble preview widget
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
committed by
backportbot[bot]
parent
1b16ac8713
commit
8569e4cc58
@@ -77,8 +77,6 @@ registerWidget('deck-board', async (el, { richObjectType, richObject, accessible
|
|||||||
}, (el) => {
|
}, (el) => {
|
||||||
boardWidgets[el].$destroy()
|
boardWidgets[el].$destroy()
|
||||||
delete boardWidgets[el]
|
delete boardWidgets[el]
|
||||||
}, {
|
|
||||||
fullWidth: true,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
registerWidget('deck-comment', async (el, { richObjectType, richObject, accessible }) => {
|
registerWidget('deck-comment', async (el, { richObjectType, richObject, accessible }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user