aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/PropertiesView.tsx2
-rw-r--r--src/client/views/smartdraw/DrawingFillHandler.tsx0
2 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>
)}
diff --git a/src/client/views/smartdraw/DrawingFillHandler.tsx b/src/client/views/smartdraw/DrawingFillHandler.tsx
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/client/views/smartdraw/DrawingFillHandler.tsx