artem-barmin / obsidian-block-drag-n-drop

Allow moving/copying/and creation embeds for blocks with drag-n-drop just like Logseq or Roam
GNU General Public License v3.0
130 stars 5 forks source link

Drag'n'drop not working in Obsidian #37

Open j-palindrome opened 1 year ago

j-palindrome commented 1 year ago

When dragging and dropping a bulleted list with the Live Preview editor, I get this error:

TypeError: Cannot read properties of undefined (reading 'state')
    at DOMtoLine (plugin:obsidian-drag-n-drop-plugin:11092:28)
    at highlightWholeItem (plugin:obsidian-drag-n-drop-plugin:11132:18)
    at Object.dragenter (plugin:obsidian-drag-n-drop-plugin:11183:13)
    at e.runCustomHandlers (app.js:1:422880)
    at HTMLDivElement.<anonymous> (app.js:1:422663)
TheGuySwann commented 1 year ago

I'm having trouble with it too. I want so bad to be able to drag and drop like I always did in Roam. Has there been any update about this?