mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 02:10:27 +00:00
Make recursion markers include the current tiddler
Otherwise the generated qualifying state title is not unique. In other words, clicking the "i" button on a tiddler was opening the info panels for all open tiddlers.
This commit is contained in:
parent
ea0b298b78
commit
1669c6eab5
@ -66,6 +66,8 @@ Compose a string comprising the title, field and/or index to identify this trans
|
||||
TranscludeWidget.prototype.makeRecursionMarker = function() {
|
||||
var output = [];
|
||||
output.push("{");
|
||||
output.push(this.getVariable("tiddlerTitle",""));
|
||||
output.push("|");
|
||||
output.push(this.transcludeTitle || "");
|
||||
output.push("|");
|
||||
output.push(this.transcludeField || "");
|
||||
|
Loading…
Reference in New Issue
Block a user