aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-01 12:28:02 -0400
committerbobzel <zzzman@gmail.com>2024-10-01 12:28:02 -0400
commita42cb938460f02aff22b0600ffde9dc70b6888ed (patch)
tree79d351859e9b1f6e56858a96882b82026cae8178
parent8c1f6f03de08e442df90dfbb6c9049e1c15ae353 (diff)
from last
-rw-r--r--src/client/views/smartdraw/SmartDrawHandler.tsx1
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;
}
};