aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/SmartDrawHandler.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-07-29 09:23:30 -0400
committerbobzel <zzzman@gmail.com>2025-07-29 09:23:30 -0400
commit42cd1ff44922d2aa3d007e91a3bcfaa2ab9167bc (patch)
tree53e024b85809406df90fbe2887efe8f341bccde3 /src/client/views/smartdraw/SmartDrawHandler.tsx
parentcadf9ad2fc428615f7f34900c0965a87f8d9ca3d (diff)
fixing some warnings
Diffstat (limited to 'src/client/views/smartdraw/SmartDrawHandler.tsx')
-rw-r--r--src/client/views/smartdraw/SmartDrawHandler.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/smartdraw/SmartDrawHandler.tsx b/src/client/views/smartdraw/SmartDrawHandler.tsx
index a017dd7eb..4ca366a0d 100644
--- a/src/client/views/smartdraw/SmartDrawHandler.tsx
+++ b/src/client/views/smartdraw/SmartDrawHandler.tsx
@@ -57,7 +57,6 @@ type svgparsedData = [PointData[], string, string];
@observer
export class SmartDrawHandler extends ObservableReactComponent<object> {
- // eslint-disable-next-line no-use-before-define
static Instance: SmartDrawHandler;
private _lastInput: DrawingOptions = { text: '', complexity: 5, size: 350, autoColor: true, x: 0, y: 0 };