RichEditorView
RichEditorView copied to clipboard
Get wrong height
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) }