mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +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) {
|
exports.handleEvent = function (event) {
|
||||||
if(event.type === "click") {
|
if(event.type === "click") {
|
||||||
if(isLinkExternal(this.params.to)) {
|
if(isLinkExternal(this.linkInfo.to)) {
|
||||||
event.target.setAttribute("target","_blank");
|
event.target.setAttribute("target","_blank");
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user