Editing Text Block content directly in grapejs canvas error #6523
Unanswered
MunimUsmani
asked this question in
Q&A
Replies: 2 comments
-
@MunimUsmani |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably you have a custom component with something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi so I am making a question designer using grapejs and whenever I am editing a text block and then clicking outside of the block or anywhere on the screen I am getting this error
Uncaught runtime errors:
×
ERROR
el.getAttribute is not a function
TypeError: el.getAttribute is not a function
at child.isComponent (http://localhost:8080/:1255:31)
at Object.detectNode (webpack://grapesjs/./src/parser/model/ParserHtml.ts?:180:50)
at Object.parseNode (webpack://grapesjs/./src/parser/model/ParserHtml.ts?:198:30)
at Object.parseNodes (webpack://grapesjs/./src/parser/model/ParserHtml.ts?:264:34)
at Object.parse (webpack://grapesjs/./src/parser/model/ParserHtml.ts?:351:35)
at ParserModule.parseHtml (webpack://grapesjs/./src/parser/index.ts?:105:27)
at Components.parseString (webpack://grapesjs/./src/dom_components/model/Components.ts?:274:32)
at Components.resetFromString (webpack://grapesjs/./src/dom_components/model/Components.ts?:163:27)
at child.eval (webpack://grapesjs/./src/dom_components/view/ComponentTextView.ts?:280:35)
at step (webpack://grapesjs/./src/dom_components/view/ComponentTextView.ts?:67:23)
Beta Was this translation helpful? Give feedback.
All reactions