mirror of
https://github.com/zadam/trilium.git
synced 2026-03-12 15:10:23 +01:00
fix(layout): broken layout if new-layout is enabled as experimental feature
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user