We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e66c6e + 4121ad3 commit cecfc83Copy full SHA for cecfc83
3 files changed
apps/files/src/reference-files.ts
@@ -25,7 +25,7 @@ registerWidget('file', (el, { richObjectType, richObject, accessible, interactiv
25
interactive,
26
},
27
}).$mount(el)
28
-}, () => {}, { hasInteractiveView: true })
+}, () => {}, { hasInteractiveView: true, isResizable: true })
29
30
registerCustomPickerElement('files', (el, { providerId, accessible }) => {
31
const Element = Vue.extend(FileReferencePickerElement)
0 commit comments