Skip to content

Commit 98460e8

Browse files
authored
Merge pull request #5117 from nextcloud/fix/filepicker-document-target
fix: Do not set the container for the file picker
2 parents 2bb515e + 561acd1 commit 98460e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/view/DocumentTargetPicker.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export default {
120120
self.fetchReferences()
121121
},
122122
})
123-
.setContainer(this.$refs.picker)
124123
.build()
125124
.pick()
126125
},

0 commit comments

Comments
 (0)