From 4ade2172ee73d6591df6fc97cd24a0639eb763d0 Mon Sep 17 00:00:00 2001 From: barnabasmolnar Date: Wed, 8 Apr 2026 00:11:26 +0200 Subject: [PATCH] lint again, i guess... --- examples/with-script-in-browser/components/ExampleApp.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/with-script-in-browser/components/ExampleApp.tsx b/examples/with-script-in-browser/components/ExampleApp.tsx index 365460a68b..afea3070d7 100644 --- a/examples/with-script-in-browser/components/ExampleApp.tsx +++ b/examples/with-script-in-browser/components/ExampleApp.tsx @@ -178,7 +178,8 @@ export default function ExampleApp({ const newElement = cloneElement( Excalidraw, { - onExcalidrawAPI: (api: ExcalidrawImperativeAPI | null) => setExcalidrawAPI(api), + onExcalidrawAPI: (api: ExcalidrawImperativeAPI | null) => + setExcalidrawAPI(api), initialData: initialStatePromiseRef.current.promise, onChange: ( elements: NonDeletedExcalidrawElement[],