Merge pull request #6476 from nextcloud/backport/6461/stable29
[stable29] fix: board bubble preview widget
This commit is contained in:
@@ -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