1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00

Whoops, accidentally left some debug commenting out

This commit is contained in:
Jeremy Ruston 2012-10-28 09:51:59 +00:00
parent 607cb49e6e
commit 66087085e7

View File

@ -66,7 +66,7 @@ ClassicListView.prototype.navigateTo = function(historyInfo) {
{height: currHeight + "px"}
]);
// Scroll the target element into view
//$tw.scroller.scrollIntoView(dstRect);
$tw.scroller.scrollIntoView(dstRect);
};
ClassicListView.prototype.insert = function(index) {