mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-06 04:48:01 +00:00
Whoops, accidentally left some debug commenting out
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user