aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/SmartDrawHandler.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-02-26 21:41:50 -0500
committerbobzel <zzzman@gmail.com>2025-02-26 21:41:50 -0500
commit2a71391a44eddcc438a5b8ae7d7c2d873f8adcfc (patch)
treef0de4225a7d24c24bd8fc8a4972c2c8da38250d8 /src/client/views/smartdraw/SmartDrawHandler.tsx
parenta9a1a6a507616a77f70d6525dab5027f5b7a60e6 (diff)
made regenerate ai show up next to image doc. show ai prompt for firefly in gptpopup .
Diffstat (limited to 'src/client/views/smartdraw/SmartDrawHandler.tsx')
-rw-r--r--src/client/views/smartdraw/SmartDrawHandler.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/smartdraw/SmartDrawHandler.tsx b/src/client/views/smartdraw/SmartDrawHandler.tsx
index 532391ac6..811bc6e25 100644
--- a/src/client/views/smartdraw/SmartDrawHandler.tsx
+++ b/src/client/views/smartdraw/SmartDrawHandler.tsx
@@ -207,8 +207,6 @@ export class SmartDrawHandler extends ObservableReactComponent<object> {
if (this.ShowRegenerate) {
await this.regenerate(this._selectedDocs).then(
action(() => {
- this._selectedDocs = [];
- this._regenInput = '';
this._showEditBox = false;
})
);