add option to disable note tree auto collapse, fixes #1751

This commit is contained in:
zadam
2021-03-18 20:11:58 +01:00
parent 0cfd95d9b8
commit e8903e82a1
3 changed files with 27 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ const ALLOWED_OPTIONS = new Set([
'attributeListExpanded',
'promotedAttributesExpanded',
'similarNotesExpanded',
'headingStyle'
'headingStyle',
'autoCollapseNoteTree'
]);
function getOptions() {