diff --git a/core/modules/widgets/list/listviews/zoomin.js b/core/modules/widgets/list/listviews/zoomin.js index 5d9e84bbf..f2903f172 100644 --- a/core/modules/widgets/list/listviews/zoomin.js +++ b/core/modules/widgets/list/listviews/zoomin.js @@ -16,7 +16,7 @@ var ZoominListView = function(listWidget) { this.listWidget = listWidget; this.storyNode = this.listWidget.renderer.domNode; // Set the current tiddler - this.currentTiddler = this.listWidget.children[0]; + this.currentTiddler = this.listWidget.children[0].domNode; // Make all the tiddlers position absolute, and hide all but the first one this.storyNode.style.position = "relative"; for(var t=0; t