felixhayashi / TW5-HotZone

Be notified when tiddlers are scrolled into view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Cannot read properties of undefined (reading 'children')

linonetwo opened this issue · comments

            var l = function() {
                    var r = $tw.wiki.getTiddler("$:/StoryList");
                    if (r && r.fields.list.length) {
                        var l = null;
                        var o = Number.MAX_VALUE;
                        var f = i.children;
                        var u = t.classNames.tiddlerFrame;

var f = i.children; // here

When opening wiki whth calendar layout opened.

Uncaught TypeError: Cannot read properties of undefined (reading 'children')
at l (hotzone.js:10:1068)
at eval (hotzone.js:10:1521)

图片