RichEditorView icon indicating copy to clipboard operation
RichEditorView copied to clipboard

Get wrong height

Open dipakha opened this issue 6 years ago • 0 comments

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) }

dipakha avatar Jan 17 '20 10:01 dipakha