mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 22:11:33 -08:00
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
This commit is contained in:
commit
be375c40f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue