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.
1 parent a5e0322 commit 51db587Copy full SHA for 51db587
src/views/RichWorkspace.vue
@@ -30,7 +30,7 @@
30
31
<EditorWrapper v-if="file"
32
v-show="ready"
33
- :key="file.id"
+ :key="file.path"
34
:file-id="file.id"
35
:relative-path="file.path"
36
:share-token="shareToken"
0 commit comments