1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-02 02:32:17 +00:00

Revert zoomin to old behaviour

Otherwise we break the animations
This commit is contained in:
Jeremy Ruston
2020-01-18 10:36:33 +00:00
parent 5f25b21c0d
commit 5272b13af1
-3
View File
@@ -39,9 +39,6 @@ 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);