fix(files): provide onDestroy callback for interactive widgets

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/44226/head
Maksim Sukharev 3 months ago committed by nextcloud-command
parent de63cd1569
commit 0af93c8f79

@ -43,7 +43,7 @@ registerWidget('file', (el, { richObjectType, richObject, accessible, interactiv
interactive,
},
}).$mount(el)
}, { hasInteractiveView: true })
}, () => {}, { hasInteractiveView: true })
registerCustomPickerElement('files', (el, { providerId, accessible }) => {
const Element = Vue.extend(FileReferencePickerElement)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save