diff options
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> )} |