kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed typo in link macro
rodzic
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 {
|
||||
|
|
Ładowanie…
Reference in New Issue