Skip to content

Swap-previous escapes parent in html #178

Description

@selfint

Given this content:

<parent>
  <child>1</child>
  <child>2</child>
</parent>

Calling codeBlocks.moveUp on <child>1</child> causes it to escape from parent:

<child>1</child>
<parent>
  <child>2</child>
</parent>

Expected behavior is to not allow this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions