mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-21 12:52:18 +00:00
d3fe4f600a
These changes allow drag and drop to work with one issue: <a> links are
not draggable; draggable divs, spans, buttons etc. seem to work fine.
There’s some issue with IE11 that I don’t understand.
For testing, you can force links to become spans by changing line 64 of
$:/core/modules/widgets/link.js to:
var domNode = this.document.createElement("span");