Cursor position after the img

image

I made a image, I can only select it but I want to the curosr just after the img.

Is the a way could implement it? Thx.

Is it a block element? Cursors can only occur in inline positions in ProseMirror.

Yes, it’s a block element. How about inline-block element?

There’s no such concept in ProseMirror’s document model.

Ok, I see, it only can after the group of node schma is inline?

You can only place text cursors inside nodes whose content is inline (as per the property of that name on the node specs).