mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 00:32:13 -08:00
Update link widget to use current tiddler as default target
This commit is contained in:
parent
2c8352c442
commit
a20eb4867e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ var LinkWidget = function(renderer) {
|
|||
|
||||
LinkWidget.prototype.generate = function() {
|
||||
// Get the parameters from the attributes
|
||||
this.to = this.renderer.getAttribute("to");
|
||||
this.to = this.renderer.getAttribute("to",this.renderer.tiddlerTitle);
|
||||
this.hover = this.renderer.getAttribute("hover");
|
||||
this.qualifyHoverTitles = this.renderer.getAttribute("qualifyHoverTitles");
|
||||
// Qualify the hover tiddler title if needed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue