You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In javascript/packs/application.js I added these lines to get it to get rid of that error: import FroalaEditor from 'froala-editor/js/froala_editor.min.js'; global.FroalaEditor = FroalaEditor;
I had installed froala-editor with yarn.
Also, I added this path: froala-editor/css/ to the froala files imported in application.scss to get it to find them.
My html file is:
My javascript/packs/application.js is
My stylesheets/application.scss is:
The text was updated successfully, but these errors were encountered: