mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
add option to disable note tree auto collapse, fixes #1751
This commit is contained in:
@@ -41,7 +41,8 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'attributeListExpanded',
|
||||
'promotedAttributesExpanded',
|
||||
'similarNotesExpanded',
|
||||
'headingStyle'
|
||||
'headingStyle',
|
||||
'autoCollapseNoteTree'
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user