From 606b99a5cb5621384ff61260986d8465718985ce Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Sat, 29 Nov 2025 07:11:55 -0800 Subject: [PATCH] doc update --- doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API.md b/doc/API.md index d5c7635f9..ae4c7c8a7 100644 --- a/doc/API.md +++ b/doc/API.md @@ -4285,7 +4285,7 @@ Subclasses should override to perform additional cleanup. drop(e): void; ``` -Defined in: [dd-droppable.ts:139](https://github.com/adumesny/gridstack.js/blob/master/src/dd-droppable.ts#L139) +Defined in: [dd-droppable.ts:145](https://github.com/adumesny/gridstack.js/blob/master/src/dd-droppable.ts#L145) item is being dropped on us - called by the drag mouseup handler - this calls the client drop event