schramkef
Results
1
comments of
schramkef
Same here. When 'hideWhenEmpty: true' it throws `TypeError: Cannot read property 'items' of undefined at Class.getDom (MMM-Todoist.js:564)` `getDom: function () { if (this.config.hideWhenEmpty && this.tasks.items.length===0) { return null; }` This...