diff --git a/core/modules/macros/list/list.js b/core/modules/macros/list/list.js index 8f1ea0e54..013e4a42c 100644 --- a/core/modules/macros/list/list.js +++ b/core/modules/macros/list/list.js @@ -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);