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
22.36k stars 4.05k forks source link

BUG: StyleManager options repeating 2 times #3377

Closed assadnazar closed 3 years ago

assadnazar commented 3 years ago

Version: 0.16.45 If i add grapejs-preset-js, then stylemanager repeats each option 2 times.

Here is the jsfiddle link where you can check the same behaviour. https://jsfiddle.net/assadnazar/2asojqrc/1/

Maybe it's not merging the options

assadnazar commented 3 years ago

bump!

Ju99ernaut commented 3 years ago

Use:

window.editor = grapesjs.init({
   // ...
   styleManager: {
      clearProperties: 1
   },
   // ...
});