Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/views/RichWorkspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
},
hasRichWorkspace(value) {
this.localHasRichWorkspace = value
if (value) {
this.getFileInfo()

Check warning on line 99 in src/views/RichWorkspace.vue

View check run for this annotation

Codecov / codecov/patch

src/views/RichWorkspace.vue#L98-L99

Added lines #L98 - L99 were not covered by tests
}
},
},
mounted() {
Expand Down
Loading