BUG: BlocksView rendering is being called twice
Question
The Block Manager is looking for a rendered property in the model to tell if the view did render already or not but this method doesn't set said property and therefore this function is called twice, once by the resetevent and once ny the Block Manager. A line containing:
this.rendered = true;
Should be added for this to stop happening
Answers (3)
@RutujaBadbe This is the exact change you need: https://github.com/artf/grapesjs/commit/640661b0a44e5e2857b615559c1db27da3e17a6c
Yeah, makes sense, thanks
The Block Manager is looking for a
renderedproperty in the model to tell if the view did render already or not but this method doesn't set said property and therefore this function is called twice, once by theresetevent and once ny the Block Manager. A line containing:this.rendered = true;Should be added for this to stop happening
@mig8447 hi! I am facing the similar issue. The function from script of component is getting called twice. Can you please explain where should I need to add 'this.rendered = true' ?
Related Questions and Answers
Continue research with similar issue discussions.
Issue #3284
BUG: Block rendering is being called twice
https://github.com/artf/grapesjs/blob/b199083f6a6128ecff41d20865493294f71fe0a1/src/block_manager/view/BlocksView.js#L142 This line makes th...
Issue #3596
BUG: Values are not escaped
GrapesJS code is open to XSS issues because values are inserted into DOM without escaping, e.g. https://github.com/artf/grapesjs/blob/dev/s...
Issue #1615
[Feature] support edit credentials request attribute on Remote Storage
The credentials options its forced to be 'include' on Remote Storage. https://github.com/artf/grapesjs/blob/master/src/storage_manager/mode...
Issue #589
Attributes not being applied to traits
https://github.com/artf/grapesjs/blob/9bcd9673b10af1bb696181deba6903a68b1b6c3f/src/trait_manager/view/TraitView.js#L86 The id is not applie...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.