cosmocode / dokuwiki-plugin-prosemirror

A modern WYSIWYG editor for DokuWiki
https://wysiwyg.wiki.cosmocode.de/
54 stars 20 forks source link

Call to a member function isHeaderCell() on bool fails #202

Open kyrustech opened 6 months ago

kyrustech commented 6 months ago

Issue Description

Pasting in copied table data from Confluence fails to save or preview when the table contains header cells.

Generates error: "Call to a member function isHeaderCell() on bool" "Failed to handle action: save"

Pasting tables without header cells works great, which is awesome.

Additionally, using View Source in Confluence and then copy/paste from the source page also works fine.