diff options
author | bobzel <zzzman@gmail.com> | 2025-07-29 09:23:30 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-07-29 09:23:30 -0400 |
commit | 42cd1ff44922d2aa3d007e91a3bcfaa2ab9167bc (patch) | |
tree | 53e024b85809406df90fbe2887efe8f341bccde3 /src/client/views/smartdraw/SmartDrawHandler.tsx | |
parent | cadf9ad2fc428615f7f34900c0965a87f8d9ca3d (diff) |
fixing some warnings
Diffstat (limited to 'src/client/views/smartdraw/SmartDrawHandler.tsx')
-rw-r--r-- | src/client/views/smartdraw/SmartDrawHandler.tsx | 1 |
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 }; |