Skip to content

Inserted link text should have the same marks than the focused text #70

Closed
udecode/plate
#1784
@zbeyens

Description

@zbeyens
2022-08-13.at.19.39.37.mp4

Given

        <editor>
          <hp>
            insert{' '}
            <htext bold>
              link <cursor /> here
            </htext>
            .
          </hp>
        </editor>

When

  • insert link

Then

        <editor>
          <hp>
            insert <htext bold>link </htext>
            <ha url={urlOutput}>
              <htext bold>{urlOutput}</htext>
            </ha>
            <htext bold> here</htext>.
          </hp>
        </editor>

Metadata

Metadata

Assignees

No one assigned

    Labels

    specWhen... then...

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions