mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 03:01:58 -07:00
Fixed typo in link macro
This commit is contained in:
parent
b48cbb8673
commit
63e486298c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue