angular-summernote
angular-summernote copied to clipboard
airmode=true overrides the height and not able to set the fixed height
with airmode=fasle (default) the height is fixed but when changed to airmode=true getting infinite height. how to fix the height in airmode=true?
jQuery('.summernote').summernote({ height:120, minHeight:100, maxHeight:120, disableResizeEditor:false, airMode:true, airPopover: [ ['style', ['style']], ['fontname', ['fontname','fontsize']], ['font', ['bold', 'italic', 'underline','strikethrough', 'superscript', 'subscript','clear']], ['color', ['color']], ['height', ['height']], ['para', ['ul', 'ol', 'paragraph']], ['misc',['undo','redo']] ] });
I am also gettting this problem. Where you able to fix it? @Rahman-S-M