GrapesJS / preset-newsletter

GrapesJS preset configuration for the newsletter editor.
https://grapesjs.com/demo-newsletter-editor.html
BSD 3-Clause "New" or "Revised" License
189 stars 143 forks source link

const bm unused in blocks.ts file #132

Open gautamgiri-dev opened 1 year ago

gautamgiri-dev commented 1 year ago

const bm = editor.Blocks is unused and editor.Blocks is directly being called inside the addBlock function. We can remove the line.

gautamgiri-dev commented 1 year ago

or alternatively we can use bm at the place of editror.Blocks.add call by changing it to bm.add.