Restore single tiddler mode handling for zoomin

Thus avoiding the problem that performance slows after browsing many tiddlers in zoomin mode.
This commit is contained in:
Jeremy Ruston
2020-01-20 08:34:18 +00:00
parent 5272b13af1
commit 834610cdb9
+3
View File
@@ -39,6 +39,9 @@ var ZoominListView = function(listWidget) {
});
};
// Engage single tiddler mode
ZoominListView.singleTiddlerMode = true;
ZoominListView.prototype.navigateTo = function(historyInfo) {
var duration = $tw.utils.getAnimationDuration(),
listElementIndex = this.listWidget.findListItem(0,historyInfo.title);