From 31ff803b0402fadad800b6bd2826c2203535fd3d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 07:55:02 +0200 Subject: [PATCH] Update brush handling in App.tsx --- src/app/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 33210dd8..600f14d1 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7854,7 +7854,7 @@ export function App({ store, initialStatusMessage }: AppProps) { } }; - const handleSetBrushVisible = (brush: BoxBrush, visible: boolean) => { + const handleSetBrushVisible = (brush: Brush, visible: boolean) => { try { store.executeCommand( createSetBoxBrushAuthoredStateCommand({ @@ -7872,7 +7872,7 @@ export function App({ store, initialStatusMessage }: AppProps) { } }; - const handleSetBrushEnabled = (brush: BoxBrush, enabled: boolean) => { + const handleSetBrushEnabled = (brush: Brush, enabled: boolean) => { try { store.executeCommand( createSetBoxBrushAuthoredStateCommand({