text selection blink when cursor from the paragraph begin to text, after add `Decoration.widget` zero-width space between cursor and `inline-block` node. ```js Decoration.widget( sel.head, () => document.createTextNode('\u200b'), { side: isParagraphEnd ? -1 : 1 } ) ``` https://github.com/user-attachments/assets/a0bedc37-1e26-40dd-b878-f1928312745a it only happens on the structure: \| \<node>\<text> other stituations are not: \| \<node>\<node>\<text> \<text>\<node> \| \<node>\| \<node>