GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
20.78k stars 3.9k forks source link

BUG: #5826

Closed subhojit-unnatim closed 3 months ago

subhojit-unnatim commented 3 months ago

GrapesJS version

What browser are you using?

Chrome 123.0.6312.123

Reproducible demo link

https://jsfiddle.net/35Lq26du/1/

Describe the bug

How to reproduce the bug? 1.Insert any container,column etc

  1. Change background color of any one of the group,If you inserted two container change background of one container

What is the expected behavior? 1.The background color should be changed for on container

What is the current behavior? Background color changing of others container also

I noticed that style manager using class name to store css property instead of id . When i am using img style manager use id but for most of the block it using class name instead of id

Code of Conduct