-
I'm trying to add a custom block that was saved on my database but, I have to reload the page to be able to see it. Is there a way to show newly added blocks without reloading it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should be able to see it already, even without |
Beta Was this translation helpful? Give feedback.
You should be able to see it already, even without
BlockManager.render()
. Try to create a reproducible demo to confirm, in case it's not happening.