diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-11 17:24:48 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-11 17:24:48 -0400 |
| commit | 68e554cafb6107bfde9526773b3e0e667d582c88 (patch) | |
| tree | 7231d41d21e735f193da329fb5f4cd5b6066f012 /src/client/views/Main.tsx | |
| parent | 4722644d09a561e394bd72c92af5561a2020776e (diff) | |
added default note type collection
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 0e687737d..11ec6f0c9 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -37,7 +37,6 @@ let swapDocs = async () => { (await Cast(CurrentUserUtils.UserDocument.workspaces, Doc))!.chromeStatus = "disabled"; (await Cast(CurrentUserUtils.UserDocument.recentlyClosed, Doc))!.chromeStatus = "disabled"; (await Cast(CurrentUserUtils.UserDocument.sidebar, Doc))!.chromeStatus = "disabled"; - CurrentUserUtils.UserDocument.chromeStatus = "disabled"; await swapDocs(); document.getElementById('root')!.addEventListener('wheel', event => { if (event.ctrlKey) { |
