diff --git a/demo-newsletter-editor.html b/demo-newsletter-editor.html index af75b26b0..600686233 100644 --- a/demo-newsletter-editor.html +++ b/demo-newsletter-editor.html @@ -684,5 +684,14 @@ }); + diff --git a/demo.html b/demo.html index 8ef29206f..f10058bbf 100644 --- a/demo.html +++ b/demo.html @@ -5,7 +5,9 @@ GrapesJS Demo + + @@ -1297,6 +1340,14 @@ origWarn(msg); }; + // Beautify scrollbars + /* + gr.on('load', function() { + var el = document.querySelector('#gjs-pn-views-container'); + console.log(el); + Ps.initialize(el); + }); + */