diff options
author | bobzel <zzzman@gmail.com> | 2024-10-01 12:28:02 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-01 12:28:02 -0400 |
commit | a42cb938460f02aff22b0600ffde9dc70b6888ed (patch) | |
tree | 79d351859e9b1f6e56858a96882b82026cae8178 /src | |
parent | 8c1f6f03de08e442df90dfbb6c9049e1c15ae353 (diff) |
from last
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; } }; |