Skip to content

Commit 4ae3dbc

Browse files
committed
Add comment.
1 parent 8dc6b5a commit 4ae3dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mixins/referencesProvider.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export default {
4646
methods: {
4747
isFromIncludedArchive(id) {
4848
const { includedArchiveIdentifiers = [] } = this.appState;
49+
// for backwards compatibility purposes, treat all references as being
50+
// from included archives if there is no data for it
4951
if (!includedArchiveIdentifiers.length) {
5052
return true;
5153
}

0 commit comments

Comments
 (0)