diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 12:15:39 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 12:15:39 +0530 |
| commit | fa68e59c31c9ad4b4458933a246440807529794b (patch) | |
| tree | 668e8af1ab11e901757b885f9e5cdb68fae1c182 /src/client/views/MainView.tsx | |
| parent | 2d16c23cf8af25601b34e44b951ce108673831e4 (diff) | |
more addonly fixes
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 7184e8225..aadfdef21 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -90,7 +90,7 @@ export class MainView extends React.Component { public isPointerDown = false; componentDidMount() { - DocServer.setPlaygroundFields(["dataTransition", "_viewTransition", "_panX", "_panY", "_viewScale", "_viewType", "_chromeStatus", "data-annotations"]); // can play with these fields on someone else's + DocServer.setPlaygroundFields(["dataTransition", "_viewTransition", "_panX", "_panY", "_viewScale", "_viewType", "_chromeStatus"]); // can play with these fields on someone else's const tag = document.createElement('script'); |
