Frozen0k
Frozen0k
same error, using react: package.json : "quill-2.0-dev": "^2.0.0-dev.3", "quill-better-table": "^1.2.10" error on this line: `let thisBinding = quill.keyboard.bindings['Backspace'].pop();` After a debug, it seems that when the keyboard binding is added...
Use the grapesjs-preset-mjml for responsive templates. It's quite good for that. Yet i still need the comments for a template engine, to hide the conditions and loops.
Found it on grapesjs issues. To preserve html comments, create a new component, compile it and include it in the grapesjs. This way, all html comments will be kept. [el.nodeType...
You can either create a component with the code above and add it in the plugin list when you initialize grapes. You gonna need node js to compile the component....
you can build it yourself; Just download the code from github for whatever version you need and install nodejs if you don't already have it. Then open a console window...