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.
root
new File()
1 parent c5e3dde commit 3084135Copy full SHA for 3084135
1 file changed
src/components/Editor.vue
@@ -501,6 +501,7 @@ export default defineComponent({
501
if (session.userId && this.relativePath?.length) {
502
const node = new File({
503
id: this.fileId,
504
+ root: `/files/${session.userId}`,
505
source: generateRemoteUrl(
506
`dav/files/${session.userId}${this.relativePath}`,
507
),
0 commit comments