1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00
This commit is contained in:
Jermolene 2018-03-23 11:48:52 +00:00
commit be375c40f2

View File

@ -67,7 +67,7 @@ ButtonWidget.prototype.render = function(parent,nextSibling) {
// Add a click event handler
domNode.addEventListener("click",function (event) {
var handled = false;
if(self.invokeActions(this,event)) {
if(self.invokeActions(self,event)) {
handled = true;
}
if(self.to) {