From 88a677d37d63d2fcb163df5aee9cfbeb127a414f Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Tue, 3 Nov 2020 23:32:17 +0800 Subject: remove expand all / minimize all slow performance - especially when the outermost collection is pinned multiple times --- src/client/views/nodes/PresBox.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index 699f56620..1d2e6d173 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -1886,15 +1886,14 @@ export class PresBox extends ViewBoxBaseComponent {isMini ? (null) : <>
-
{this._expandBoolean ? "Minimize all" : "Expand all"}
}> + {/*
{this._expandBoolean ? "Minimize all" : "Expand all"}
}>
- {/* */}
-
+
*/}
{presKeyEvents ? "Keys are active" : "Keys are not active - click anywhere on the presentation trail to activate keys"}
}>
-- cgit v1.2.3-70-g09d2