mirror of https://github.com/Lissy93/dashy.git
🚨 Hotfix: Item target not honored (#581)
This commit is contained in:
parent
cc1b9c823b
commit
a784a2fe30
|
@ -58,7 +58,7 @@ export default {
|
||||||
return interval;
|
return interval;
|
||||||
},
|
},
|
||||||
accumulatedTarget() {
|
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 */
|
/* Convert config target value, into HTML anchor target attribute */
|
||||||
anchorTarget() {
|
anchorTarget() {
|
||||||
|
|
Loading…
Reference in New Issue