mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 07:44:51 +00:00
Whoops, accidentally left some debug commenting out
This commit is contained in:
parent
607cb49e6e
commit
66087085e7
@ -66,7 +66,7 @@ ClassicListView.prototype.navigateTo = function(historyInfo) {
|
|||||||
{height: currHeight + "px"}
|
{height: currHeight + "px"}
|
||||||
]);
|
]);
|
||||||
// Scroll the target element into view
|
// Scroll the target element into view
|
||||||
//$tw.scroller.scrollIntoView(dstRect);
|
$tw.scroller.scrollIntoView(dstRect);
|
||||||
};
|
};
|
||||||
|
|
||||||
ClassicListView.prototype.insert = function(index) {
|
ClassicListView.prototype.insert = function(index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user