mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 12:49:09 +00:00
Fix navigation through list macro entry
This commit is contained in:
parent
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);
|
||||
|
Loading…
Reference in New Issue
Block a user