html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

[QUESTION] How to remove line under editor?

Open IvanOnishchenko opened this issue 1 year ago • 2 comments

Can I remove the gray line under editor with lines in center of it? Screenshot 2024-06-12 at 13 03 21

IvanOnishchenko avatar Jun 12 '24 06:06 IvanOnishchenko

setting controller.setFullScreen(); onInit callback might work.

advith-gam avatar Jun 21 '24 06:06 advith-gam

For me, remove the following configuration in summernote-lite.min.js.

 '<div class="note-statusbar" role="status">', 

cd89101112 avatar Jul 31 '24 08:07 cd89101112