@brightspace-ui/labs 2.37.2 → 2.37.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -175,7 +175,7 @@ class NavigationImmersive extends LitElement {
|
|
|
175
175
|
this._rightObserver = new ResizeObserver(this._onRightResize.bind(this));
|
|
176
176
|
|
|
177
177
|
// Only create navigation observer if feature flag is enabled
|
|
178
|
-
if (getFlag('GAUD-8465-immersive-nav-text-spacing',
|
|
178
|
+
if (getFlag('GAUD-8465-immersive-nav-text-spacing', false)) {
|
|
179
179
|
this._navigationObserver = new ResizeObserver(this._onNavigationResize.bind(this));
|
|
180
180
|
}
|
|
181
181
|
|