Summernote not working properly on popup modal
Summernote not working properly on popup modal
I am using summernote.js for html editor in bootrap modal popup. the Editable are in the editor not working by default. But it becoming working when when browser screen is resized or inspect element dev tool is opened . Any idea how to fix this
$(".summernote").summernote({
height: 150,
toolbar: [
['style', ['bold', 'italic', 'underline', 'clear']],
['fontsize', ['fontsize']],
['color', ['color']],
['para', ['ul','ol','paragraph']],
["view", ["fullscreen", "codeview"]]
],
});
$('i.note-recent-color').each(function(){
$(this).attr('style','background-color: transparent;');
});
And HTML code is
Could you please provide the HTML code as well?
– Ravi Maniyar
2 days ago