mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
collapsible widget remember their collapsed state
This commit is contained in:
@@ -107,7 +107,9 @@ async function getUserThemes() {
|
||||
}
|
||||
|
||||
function isAllowed(name) {
|
||||
return ALLOWED_OPTIONS.has(name) || name.startsWith("keyboardShortcuts");
|
||||
return ALLOWED_OPTIONS.has(name)
|
||||
|| name.startsWith("keyboardShortcuts")
|
||||
|| name.endsWith("Collapsed");
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user