Skip to content

text selection blink when cursor move over the inline-block #1554

@zunsthy

Description

@zunsthy

text selection blink when cursor from the paragraph begin to text, after add Decoration.widget zero-width space between cursor and inline-block node.

Decoration.widget(
  sel.head,
  () => document.createTextNode('\u200b'),
  { side: isParagraphEnd ? -1 : 1 }
)
2025-11-27.21.32.07.mov

it only happens on the structure:

| <node><text>

other stituations are not:

| <node><node><text>
<text><node> |
<node>| <node>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions