diff options
author | eleanor-park <eleanor_park@brown.edu> | 2024-06-18 14:10:40 -0400 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2024-06-18 14:10:40 -0400 |
commit | bd64bbd29a38ae4979b2165d1fa9b9c76c2600d5 (patch) | |
tree | af42ca2cfae2729e9ef1f43d6f7ddf44f6ffdf5d /src/client/views/MainView.tsx | |
parent | b6ae411cfa04f6736d91749e6c99beb8179b3a30 (diff) |
svg to bezier conversion
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 44e00396e..cbc337860 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -76,6 +76,7 @@ import { PresBox } from './nodes/trails'; import { AnchorMenu } from './pdf/AnchorMenu'; import { GPTPopup } from './pdf/GPTPopup/GPTPopup'; import { TopBar } from './topbar/TopBar'; +import { SmartDrawHandler } from './collections/collectionFreeForm/SmartDrawHandler'; const { LEFT_MENU_WIDTH, TOPBAR_HEIGHT } = require('./global/globalCssVariables.module.scss'); // prettier-ignore const _global = (window /* browser */ || global) /* node */ as any; @@ -1091,6 +1092,7 @@ export class MainView extends ObservableReactComponent<{}> { <TaskCompletionBox /> <ContextMenu /> <ImageLabelHandler /> + <SmartDrawHandler /> <AnchorMenu /> <MapAnchorMenu /> <DirectionsAnchorMenu /> |