mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Fixed typo in link macro
This commit is contained in:
parent
b48cbb8673
commit
63e486298c
@ -28,7 +28,7 @@ exports.info = {
|
||||
|
||||
exports.handleEvent = function (event) {
|
||||
if(event.type === "click") {
|
||||
if(isLinkExternal(this.params.to)) {
|
||||
if(isLinkExternal(this.linkInfo.to)) {
|
||||
event.target.setAttribute("target","_blank");
|
||||
return true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user