Skip to content

Commit

Permalink
bug: add selection adjustments for node removal
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Feb 8, 2024
1 parent 4dc5db2 commit adb6256
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
if (isHorizontalRuleNode(node)) {
node.remove();
}
$isSelected = false;
}
return false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
if (isImageNode(node)) {
node.remove();
}
$isSelected = false;
}
return false;
};
Expand Down

0 comments on commit adb6256

Please sign in to comment.