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 1158d93e9..7e8087808 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -992,7 +992,7 @@ export class PropertiesView extends ObservableReactComponent<PropertiesViewProps toggleType={ToggleType.BUTTON} onClick={undoable(() => { SmartDrawHandler.Instance.colorWithGPT(targetDoc); - }, 'smoothStrokes')} + }, 'colorWithGPT')} /> </div> )} |