Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGe committed Dec 20, 2024
1 parent feceabb commit 029476b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export class DropZonePlugin extends Plugin {
}

if (dropNear) {
selectorSiblings.push(...this.getAll(dropNear, exclude));
selectorSiblings.push(...this.getAll(dropNear));
}
if (dropIn) {
selectorChildren.push(...this.getAll(dropIn, exclude));
selectorChildren.push(...this.getAll(dropIn));
}
}

Expand Down

0 comments on commit 029476b

Please sign in to comment.