mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
4d74f52202
commit
03db25cf38
@ -43,6 +43,9 @@ ListWidget.prototype.render = function(parent,nextSibling) {
|
||||
this.renderChildren(parent,nextSibling);
|
||||
// Construct the storyview
|
||||
var StoryView = this.storyViews[this.storyViewName];
|
||||
if(!StoryView) {
|
||||
StoryView = this.storyViews["classic"];
|
||||
}
|
||||
if(StoryView && !this.document.isTiddlyWikiFakeDom) {
|
||||
this.storyview = new StoryView(this);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user