blockly > dragging > BlockDragStrategy > endDrag

dragging.BlockDragStrategy.endDrag() method

Cleans up any state at the end of the drag. Applies any pending connections.

Signature:

endDrag(e?: PointerEvent): void;

Parameters

Parameter Type Description
e PointerEvent (Optional)

Returns:

void