kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix navigation through list macro entry
rodzic
c58a75f834
commit
96145982d9
|
@ -117,9 +117,7 @@ exports.createListElement = function(title) {
|
|||
attributes = {"class": ["tw-list-element"]},
|
||||
eventHandler = {handleEvent: function(event) {
|
||||
// Add context information to the event
|
||||
if(!event.navigateFromTitle) {
|
||||
event.navigateFromTitle = title;
|
||||
}
|
||||
event.navigateFromTitle = title;
|
||||
return true;
|
||||
}};
|
||||
node.execute(this.parents,this.tiddlerTitle);
|
||||
|
|
Ładowanie…
Reference in New Issue