diff options
author | eleanor-park <eleanor_park@brown.edu> | 2024-12-04 23:00:55 -0500 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2024-12-04 23:00:55 -0500 |
commit | 2577ff5a88be04a840c4ac55360265b35d08fe19 (patch) | |
tree | ddf25cf8505777713a77a9803f0509c667ffcc44 /src/client/views/PropertiesView.tsx | |
parent | bf46473a8a19a2af6b3f5ef069cfd20871bebbcf (diff) |
created drawing fill handler
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<PropertiesViewProps toggleType={ToggleType.BUTTON} onClick={undoable(() => { SmartDrawHandler.Instance.colorWithGPT(targetDoc); - }, 'smoothStrokes')} + }, 'colorWithGPT')} /> </div> )} |