Jungwoo-An / react-editor-js

โš›๏ธ๐Ÿ“The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
945 stars 77 forks source link

EditorJs component height higher on loading #153

Closed saradevh closed 2 years ago

saradevh commented 2 years ago

Environment

Describe

https://user-images.githubusercontent.com/30386836/137764988-b7d74e2a-0c92-4e2a-b85b-bffac7c07a44.mov on EditorJs loading, the height is bigger than expected and that is calculated right after (based on content)

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Jungwoo-An commented 2 years ago

@SFromentarius Hi! First of all, thanks for your interest! ๐Ÿ‘‹

If you want to fix height of element, Add style to element. (e.g: <div style="height: 100px;">)

Thanks!