Skip to content

Swap-previous escapes parent in html #178

@selfint

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions