diff options
author | bobzel <zzzman@gmail.com> | 2020-08-18 11:38:03 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-18 11:38:03 -0400 |
commit | e374eb7c6ef542cc27c10e8d56b10f3a49a7e7e3 (patch) | |
tree | 98bc8459c923a6cd38c7d30c4835e339b9a16df4 /src/client/util/CurrentUserUtils.ts | |
parent | a6ad9d55396013bd76b2f6f05c5633c71518e595 (diff) |
removed freezeSidebar as onClick function for sidebar
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 6af4dc72c..25e74105f 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -810,7 +810,6 @@ export class CurrentUserUtils { if (doc.sidebar === undefined) { const sidebarContainer = new Doc(); sidebarContainer._chromeStatus = "disabled"; - sidebarContainer.onClick = ScriptField.MakeScript("freezeSidebar()"); sidebarContainer.system = true; doc.sidebar = new PrefetchProxy(sidebarContainer); } |