aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-12 10:43:25 -0500
committerbobzel <zzzman@gmail.com>2023-12-12 10:43:25 -0500
commitfd54add240b41b3c2ac5f5265438effec045c9d4 (patch)
tree483aabf6b1877ec921790a6f3c2458566f04e5d5 /src/client/views/MainView.tsx
parent14107b535800bc8eeb237f228d876fd8061c2394 (diff)
fixed props => _props referneces
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index 1e4c1e1d3..de3c78e91 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -69,6 +69,7 @@ import { PreviewCursor } from './PreviewCursor';
import { PropertiesView } from './PropertiesView';
import { DashboardStyleProvider, DefaultStyleProvider } from './StyleProvider';
import { TopBar } from './topbar/TopBar';
+import { CollectionFreeFormLinksView } from './collections/collectionFreeForm';
const { default: { LEFT_MENU_WIDTH, TOPBAR_HEIGHT } } = require('./global/globalCssVariables.module.scss'); // prettier-ignore
const _global = (window /* browser */ || global) /* node */ as any;
@@ -1063,6 +1064,7 @@ export class MainView extends React.Component {
{/* <InkTranscription /> */}
{this.snapLines}
<LightboxView key="lightbox" PanelWidth={this._windowWidth} PanelHeight={this._windowHeight} maxBorder={[200, 50]} />
+ <CollectionFreeFormLinksView />
<OverlayView />
{this.mapBoxHack}
<GPTPopup key="gptpopup" />