Skip to content

Commit cecfc83

Browse files
Merge pull request #62125 from nextcloud/backport/62089/stable34
[stable34] fix(FilesWidget): allow to resize widget vertically
2 parents 0e66c6e + 4121ad3 commit cecfc83

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/src/reference-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ registerWidget('file', (el, { richObjectType, richObject, accessible, interactiv
2525
interactive,
2626
},
2727
}).$mount(el)
28-
}, () => {}, { hasInteractiveView: true })
28+
}, () => {}, { hasInteractiveView: true, isResizable: true })
2929

3030
registerCustomPickerElement('files', (el, { providerId, accessible }) => {
3131
const Element = Vue.extend(FileReferencePickerElement)

0 commit comments

Comments
 (0)