You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No content is pasted and the following error shows up in the Console:
Uncaught TypeError: Cannot read property 'is' of undefined
at list.js:96
at u.execute (googledocsnormalizer.js:49)
at u.t.plugins.get.on.priority (pastefromoffice.js:68)
at u.fire (emittermixin.js:209)
at a.listenTo.priority (clipboard.js:80)
at a.fire (emittermixin.js:209)
at a.n (clipboardobserver.js:51)
at a.fire (emittermixin.js:209)
at a.fire (domeventobserver.js:96)
at a.onDomEvent (clipboardobserver.js:74)
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
Content is pasted into document.
❌ Actual result
No content is pasted and the following error shows up in the Console:
📃 Other details
The issues is on line:
ckeditor5/packages/ckeditor5-paste-from-office/src/filters/list.js
Line 96 in ef3a8ad
It is missing a null check for
firstChild
, e.g.The text was updated successfully, but these errors were encountered: