Open dipakha opened 4 years ago
i write style.css file below line
display: block; width: 100%; height: 100%;
}
Then get wrong height in this delegate func richEditor(_ editor: RichEditorView, heightDidChange height: Int) { print(height) }
i write style.css file below line
container {
}
Then get wrong height in this delegate func richEditor(_ editor: RichEditorView, heightDidChange height: Int) { print(height) }