Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/files.js')
-rw-r--r--src/helpers/files.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/files.js b/src/helpers/files.js
index 0494ade03..205e26bc1 100644
--- a/src/helpers/files.js
+++ b/src/helpers/files.js
@@ -160,6 +160,9 @@ const FilesWorkspacePlugin = {
},
}).$mount(this.el)
+ fileList.$el.on('urlChanged', data => {
+ vm.path = data.dir.toString()
+ })
fileList.$el.on('changeDirectory', data => {
vm.path = data.dir.toString()
})