You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the StyleManager and expand the Decorations Sector
Notice the red placeholder text where normally the standard color picker is located (this text is a basic angular component)
Next, scroll down to the "Background" tab and add a new background
Notice again the red placeholder text
Click on the main content of the grapes content, so the styleManager switches to the settings of the body
Now click on the text block again and scroll down to the background tab and expand it
Notice how the placeholder text for the color attribute isn't there
If you look in the console of the browser you see that the angular component got destroyed when selecting another element, but never got created again
What is the expected behavior?
The Angular Component should be created/rendered again when opening the Background Tab.
What is the current behavior?
The Angular Component is destroyed when the Background Tab closes and we lose the ability to change the color until the whole grapes editor is opened again.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
GrapesJS version
What browser are you using?
Version 104.0.5112.101
Reproducible demo link
https://codesandbox.io/s/awesome-dewdney-bwo5t1
Describe the bug
How to reproduce the bug?
What is the expected behavior?
The Angular Component should be created/rendered again when opening the Background Tab.
What is the current behavior?
The Angular Component is destroyed when the Background Tab closes and we lose the ability to change the color until the whole grapes editor is opened again.
Code of Conduct
The text was updated successfully, but these errors were encountered: