From 5272b13af11b5a1ff92a8bd198af792e8482bb72 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 18 Jan 2020 10:36:33 +0000 Subject: [PATCH] Revert zoomin to old behaviour Otherwise we break the animations --- core/modules/storyviews/zoomin.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/storyviews/zoomin.js b/core/modules/storyviews/zoomin.js index 0a3c03639..be65b8e3a 100644 --- a/core/modules/storyviews/zoomin.js +++ b/core/modules/storyviews/zoomin.js @@ -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);