Skip to content

Commit

Permalink
fix: dnd status error (#8994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 16, 2024
1 parent b9a9b9d commit ec88995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/block-std/src/event/control/pointer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ class DragController extends PointerControllerBase {

private _nativeDrop = (event: DragEvent) => {
this._reset();
this._nativeDragging = false;
const dndEventState = new DndEventState({ event });
this._dispatcher.run(
'nativeDrop',
Expand Down

0 comments on commit ec88995

Please sign in to comment.