mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 10:44:25 +01:00
fix(layout): broken layout if new-layout is enabled as experimental feature
This commit is contained in:
parent
b94b30e864
commit
b84cdd648f
@ -54,6 +54,7 @@ function getEnabledFeatures() {
|
||||
console.warn("Failed to parse experimental features from options:", e);
|
||||
}
|
||||
enabledFeatures = new Set(features);
|
||||
enabledFeatures.delete("new-layout"); // handled separately.
|
||||
}
|
||||
return enabledFeatures;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user