From a17638717f26d8237dbbb9ffce496bc972a96fa4 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Fri, 1 Oct 2021 21:01:11 +0200 Subject: [PATCH] api documentation updated --- docs/API/utility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/utility.md b/docs/API/utility.md index d115fdb..e35725c 100644 --- a/docs/API/utility.md +++ b/docs/API/utility.md @@ -186,7 +186,7 @@ Adds elements created with ExcalidrawAutomate to the target ExcalidrawView. - true: the drawing will be saved after the elements were added. - false: the drawing will be saved at the next autosave cycle. Use false when adding multiple elements one after the other. Else, best to use true, to minimize risk of data loss. -#### onDropHook +### onDropHook ```typescript onDropHook (data: { ea: ExcalidrawAutomate,