Make Jodit fill all available height of webview

This commit is contained in:
Aleh Khantsevich
2024-08-22 01:59:09 +02:00
parent 003085db7e
commit f797520e56
2 changed files with 3 additions and 14 deletions

View File

@@ -13,8 +13,7 @@ const joditConfig = {
"uploader": {
"insertImageAsBase64URI": true
},
"enter": "DIV",
"minHeight": 200
"enter": "DIV"
}
// This method should be called first all the time.