reidgould / tiddlywiki-dropboard

A TiddlyWiki plugin for kanban like organization in the style of Trello using boards, lists, and cards.
Other
47 stars 11 forks source link

Broken on tw 5.2.1 #10

Open linonetwo opened 4 years ago

linonetwo commented 4 years ago
TypeError: this.getLastFrame(...).getBoundingClientRect is not a function

When drag new tiddler to a new empty board

HarveyEllis commented 4 years ago

Confirming that I get this too, specifically when trying to use dropboard with tiddlymap.

UPDATE: This seems to just be a build issue. I think it is this because if you use the uncompiled source in a nodejs based tiddlywiki it works as intended.

UPDATE 2: I must have missed something before, because I now think that my problem at least is to do with the TW5-TopStoryView plugin that tiddlymap uses - when I disable this plugin there are no errors!