When click image inside editor, cursor put below image, not after it.
How do I do that?


User can just press "Enter"
But user already feedback says they want cursor below the image.
How can I do this? Can you give me a short example?
Thank you very much!
I recommend not to do.
Images are inline elements and the cursor should be placed after the image.
And markdown syntax expects that too.
Also, I think if the image is small enough, they would want to put the cursor after the image back.
btw. If you really really want to do so, you can implement an event handler which
command event with AddImage command@kyuwoo-choi Thank you!
Most helpful comment
I recommend not to do.
Images are inline elements and the cursor should be placed after the image.
And markdown syntax expects that too.
Also, I think if the image is small enough, they would want to put the cursor after the image back.
btw. If you really really want to do so, you can implement an event handler which
commandevent withAddImagecommand