Tui.editor: (Question) Click image, cursor put below image, not after it

Created on 7 Jul 2018  ·  2Comments  ·  Source: nhn/tui.editor

Question

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

Current behavior

image

Except

image

I know

User can just press "Enter"
But user already feedback says they want cursor below the image.

So

How can I do this? Can you give me a short example?
Thank you very much!

Question

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

All 2 comments

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

@kyuwoo-choi Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nilhave picture nilhave  ·  3Comments

gincheong picture gincheong  ·  4Comments

Yeongjae-Shin picture Yeongjae-Shin  ·  3Comments

lovemine picture lovemine  ·  4Comments

hrvoj3e picture hrvoj3e  ·  3Comments