mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-06 02:23:00 +00:00
Disable storyviews when rendering to the fake dom
This commit is contained in:
@@ -219,6 +219,7 @@ var document = {
|
||||
createTextNode: function(text) {
|
||||
return new TW_TextNode(text);
|
||||
},
|
||||
isTiddlyWikiFakeDom: true
|
||||
};
|
||||
|
||||
exports.fakeDocument = document;
|
||||
|
||||
Reference in New Issue
Block a user