mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 17:23:11 -08:00
Missing return value if slider click event not handled
This commit is contained in:
parent
612a54a680
commit
fdbb46afb8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue