iliyaZelenko / tiptap-vuetify

Vuetify editor. Component simplifies integration tiptap editor with vuetify.
https://iliyazelenko.github.io/tiptap-vuetify-demo/
800 stars 127 forks source link

Fix `minHeight` in contenteditable #340

Open nolleto opened 2 years ago

nolleto commented 2 years ago

Set minHeight in contenteditable allowing the user can focus on the editor by clicking on it. Before it, the contenteditable area was according to the text/content height so, if the user clicked outside it but inside the editor, the same was not being focused.

Issue #200

Before this fix

image

contenteditable are in red

After this fix

image

contenteditable are in red