mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-07 13:28:01 +00:00

committed by
Jeremy Ruston

parent
44a7ca7e43
commit
019cb6a542
@@ -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) {
|
||||
|
Reference in New Issue
Block a user