Skip to content

Commit

Permalink
feat: add fun before remove node
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxiaotx committed Dec 24, 2024
1 parent 63125f7 commit 80390f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/form-designer-react/src/model/TreeNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export class TreeNode {
}

remove() {
debugger;
if (this.operation.engine.beforeItemDelete) {
if (!this.operation.engine.beforeItemDelete(this)) {
return;
Expand Down

0 comments on commit 80390f8

Please sign in to comment.