Storemanager overrides my HTML and CSS #5512
Unanswered
FilipZamec
asked this question in
Q&A
Replies: 1 comment
-
The Storage Manager autoloads the content if there is something stored |
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, I need some help.
I'm new to GrapesJS. Great project btw.
I have searched for this in discussions, but I couldn't find the answer.
I have this simple code, which successfully loads my HTML and CSS.
But if I call this method for a second time with different content, nothing gets updated. I understand the content is stored in local storage.
so if I add:
storageManager : false
in the init function then everything works as expected.My problem is this:
How do I do that? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions