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.
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
After this fix