aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/SmartDrawHandler.tsx
diff options
context:
space:
mode:
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;
})
);