mirror of
https://github.com/Lissy93/dashy.git
synced 2026-02-13 18:41:41 +01:00
🚨 Hotfix: Item target not honored (#581)
This commit is contained in:
parent
cc1b9c823b
commit
a784a2fe30
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue