Reply to thread

This is a known issue and for the most part, considered acceptable.


If you don't focus the editor, we need to programmatically trigger focus which we do at the very end -- this will be after the <p> tag that's there by default. When you click the editor, the cursor position (from the browser) will actually be within that <p>.


Given that it's not a hugely frequent issue and the issue is mostly a line break that would be removed when submitting anyway (plus the likely complexity of changing this), no changes are planned.


Back
Top Bottom