Text component behaviour
Question
We are having issues using Text component where its behaviour is different when using Enter for new paragraph or using double Enter where we would like to insert some space between.
If we use single Enter in Text component this is the result:
<div id="i2bhr5" style="padding: 10px;">Insert your text here
<div>and here as well
</div>
<div>and here
</div>
</div>

But if we use Text component with two Enters for one extra free line, this is the result:
<div id="i2bhr5" style="padding: 10px;">Insert your text here
<div>
<br>
<div id="if94j1">and here as well
</div>
<div id="if94j1">
<br>
</div>
<div id="is6bvk">and here
</div>
</div>
</div>

What you see here is behaviour after I reload the template and when using more Enter for spacing, first line doesn't stay Text anymore but becomes Box and it becomes impossible to edit it. While editing it, it is fine, the problem is here at reloading/importing the template.
Any ideas?
Answers (2)
You're storing the template incorrectly https://grapesjs.com/docs/modules/Storage.html#setup-remote-storage
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #785
make a button component
Hello, I want to do a button component, click on the button, it will pop up a dialog box that contains some text boxes and OK and Cancel bu...
Issue #1961
Some user return
Hello i try to use grapesjs like an enduser to builde a page some returns : how to select row to change width when we use column blocks ? i...
Issue #1296
Custom Rich Text Editor is not working
Hi @artf, I've just created a custom plugin of the RTE using different libraries like CKEditor 5, TinyMCE 4 or pell but all of them with th...
Issue #1787
[Question] Change HTML of Panel buttons from span to button
I have created some Panels and would like to change the element of panel buttons from span to button as its more appropriate and looks bett...
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.