diff options
author | bobzel <zzzman@gmail.com> | 2021-11-30 23:37:49 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-11-30 23:37:49 -0500 |
commit | 91247d583e5e4c7205a1ed764dd0e3a12af3be25 (patch) | |
tree | 57ab31e582d1af356242c1805b7d4d27e91970ac /src/client/views/MainView.tsx | |
parent | f313cfa5ae644eadb57d936bc81bd355e0c88e17 (diff) |
fixed warnings/errors. added inkingStroke comments. need to double-click now to add a point to an ink stroke.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 546b0e360..a9fea4a78 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -116,7 +116,6 @@ export class MainView extends React.Component { }, 0); setTimeout(() => ele.outerHTML = '', 1000); } - new InkStrokeProperties(); this._sidebarContent.proto = undefined; if (!MainView.Live) { DocServer.setPlaygroundFields(["dataTransition", "treeViewOpen", "autoHeight", "showSidebar", "sidebarWidthPercent", "viewTransition", |