mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Fix manual folding
This commit is contained in:
parent
114f5d75cc
commit
0487324514
|
@ -111,7 +111,7 @@ export const topicParent: Map<HelpTopic, HelpTopic> = new Map([
|
||||||
/**
|
/**
|
||||||
* Topics that can be folded.
|
* 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.
|
* Represents {@link IConstituenta} matching mode.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user