From 04873245146a39aadd45cef03057558ecd10d209 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 15 May 2024 18:56:32 +0300 Subject: [PATCH] Fix manual folding --- rsconcept/frontend/src/models/miscellaneous.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/models/miscellaneous.ts b/rsconcept/frontend/src/models/miscellaneous.ts index dd2c9cfe..5c96e672 100644 --- a/rsconcept/frontend/src/models/miscellaneous.ts +++ b/rsconcept/frontend/src/models/miscellaneous.ts @@ -111,7 +111,7 @@ export const topicParent: Map = new Map([ /** * Topics that can be folded. */ -export const foldableTopics = [HelpTopic.INTERFACE, HelpTopic.UI_RSFORM, HelpTopic.RSLANG]; +export const foldableTopics = [HelpTopic.INTERFACE, HelpTopic.UI_RSFORM, HelpTopic.RSLANG, HelpTopic.CONCEPTUAL]; /** * Represents {@link IConstituenta} matching mode.