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 ff41745 commit 946e265Copy full SHA for 946e265
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