From 2577ff5a88be04a840c4ac55360265b35d08fe19 Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Wed, 4 Dec 2024 23:00:55 -0500 Subject: created drawing fill handler --- src/client/views/PropertiesView.tsx | 2 +- src/client/views/smartdraw/DrawingFillHandler.tsx | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/client/views/smartdraw/DrawingFillHandler.tsx (limited to 'src') diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index c539b1d0a..18b485487 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -995,7 +995,7 @@ export class PropertiesView extends ObservableReactComponent { SmartDrawHandler.Instance.colorWithGPT(targetDoc); - }, 'smoothStrokes')} + }, 'colorWithGPT')} /> )} diff --git a/src/client/views/smartdraw/DrawingFillHandler.tsx b/src/client/views/smartdraw/DrawingFillHandler.tsx new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-70-g09d2