Hello, I'm a user here.
When I create some document work tools with kendo UI(react) that can edit grid and image at the same time, I found that I am getting the image resize error as below. And I am having a problem that I cannot save the resized image.
I also find the same problem in the example codes. (Images Resizing)
You can copy the image and paste it inside the grid, and you resize the image. Then you will find out the same error that I found.
How can I save the image size without getting this error?
I'd really appreciate if someone could give me some advice on this. Thank you.
Uncaught TypeError: Cannot read properties of undefined (reading 'eq')
at DecorationGroup.eq (/node_modules/prosemirror-view/1.33.9/dist/index.cjs:3854:74)
at NodeViewDesc.matchesNode (/node_modules/prosemirror-view/1.33.9/dist/index.cjs:1271:117)
at EditorView.updateStateInner (/node_modules/prosemirror-view/1.33.9/dist/index.cjs:4860:47)
at EditorView.updateState (/node_modules/prosemirror-view/1.33.9/dist/index.cjs:4830:12)
at P.dispatchTransaction (/node_modules/@progress/kendo-react-editor/Editor.js:8:2418)
at EditorView.dispatch (/node_modules/prosemirror-view/1.33.9/dist/index.cjs:5093:52)
at setCellSelection (/node_modules/prosemirror-tables/dist/index.cjs:1450:12)
at HTMLDocument.move (/node_modules/prosemirror-tables/dist/index.cjs:1472:7)