diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/smartdraw/SmartDrawHandler.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/smartdraw/SmartDrawHandler.tsx b/src/client/views/smartdraw/SmartDrawHandler.tsx index d45baa7c5..a77092a1a 100644 --- a/src/client/views/smartdraw/SmartDrawHandler.tsx +++ b/src/client/views/smartdraw/SmartDrawHandler.tsx @@ -157,6 +157,7 @@ export class SmartDrawHandler extends ObservableReactComponent<object> { this._complexity = 5; this._size = 350; this._autoColor = true; + Doc.ActiveTool = InkTool.None; } }; |