angular-summernote icon indicating copy to clipboard operation
angular-summernote copied to clipboard

airmode=true overrides the height and not able to set the fixed height

Open Rahman-S-M opened this issue 9 years ago • 1 comments

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']] ] });

Rahman-S-M avatar Oct 05 '16 14:10 Rahman-S-M

I am also gettting this problem. Where you able to fix it? @Rahman-S-M

alhaji-aki avatar Mar 03 '18 15:03 alhaji-aki