1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-04 18:00:44 +00:00

Fixed problem with tiddlers opening twice

This commit is contained in:
Jeremy Ruston 2012-03-15 09:32:53 +00:00
parent 91bba13608
commit 00f9bdc43f

View File

@ -38,7 +38,7 @@ exports.macro = {
$("html,body").animate({
scrollTop: 0
}, 400);
event.preventDefault();
event.stopPropagation();
return false;
}
},