How to use the grapesjs.$ function in grapesjs

To help you get started, we’ve selected a few grapesjs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github artf / grapesjs-plugin-ckeditor / src / index.js View on Github external
rte.on('dialogShow', e => {
        const editorEls = grapesjs.$('.cke_dialog_background_cover, .cke_dialog');
        ['off', 'on'].forEach(m => editorEls[m]('mousedown', stopPropagation));
      });

grapesjs

Free and Open Source Web Builder Framework

BSD-3-Clause
Latest version published 4 days ago

Package Health Score

92 / 100
Full package analysis