From d1fad65d5f3bfb2ed7d2b94af2c3c609a2090545 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 29 Aug 2024 23:38:12 -0400 Subject: made smartDraw autoFocus and be available from : menu --- src/client/views/smartdraw/SmartDrawHandler.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views/smartdraw') diff --git a/src/client/views/smartdraw/SmartDrawHandler.tsx b/src/client/views/smartdraw/SmartDrawHandler.tsx index 59d362d26..879358742 100644 --- a/src/client/views/smartdraw/SmartDrawHandler.tsx +++ b/src/client/views/smartdraw/SmartDrawHandler.tsx @@ -325,6 +325,7 @@ export class SmartDrawHandler extends ObservableReactComponent { aria-label="Smart Draw Input" className="smartdraw-input" type="text" + autoFocus style={{ color: 'black' }} value={this._userInput} onChange={action(e => this._canInteract && (this._userInput = e.target.value))} -- cgit v1.2.3-70-g09d2