cjwirth / RichEditorView

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
BSD 3-Clause "New" or "Revised" License
1.89k stars 445 forks source link

Get wrong height #233

Open dipakha opened 4 years ago

dipakha commented 4 years ago

i write style.css file below line

container {

display: block;
width: 100%;
height: 100%;

}

Then get wrong height in this delegate func richEditor(_ editor: RichEditorView, heightDidChange height: Int) { print(height) }