kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Missing return value if slider click event not handled
rodzic
612a54a680
commit
fdbb46afb8
|
@ -117,6 +117,8 @@ var App = function() {
|
|||
el.nextSibling.style.display = currState === "block" ? "none" : "block";
|
||||
e.preventDefault();
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
},false);
|
||||
// Open the PageTemplate
|
||||
|
|
Ładowanie…
Reference in New Issue