🚨 Hotfix: Item target not honored (#581)

This commit is contained in:
Alicia Sykes 2022-04-15 12:06:44 +01:00 committed by GitHub
parent cc1b9c823b
commit a784a2fe30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default {
return interval;
},
accumulatedTarget() {
return this.target || this.appConfig.defaultOpeningMethod || defaultOpeningMethod;
return this.item.target || this.appConfig.defaultOpeningMethod || defaultOpeningMethod;
},
/* Convert config target value, into HTML anchor target attribute */
anchorTarget() {