@netless/fastboard-ui 0.3.14 → 0.3.15-canary.1

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/dist/index.mjs CHANGED
@@ -13345,7 +13345,7 @@ function instance68($$self, $$props, $$invalidate) {
13345
13345
  let { language = "en" } = $$props;
13346
13346
  let { config = {} } = $$props;
13347
13347
  const extra_height = (32 + 4 + 4) * 2;
13348
- let collapsed = false;
13348
+ let collapsed = config.collapsed;
13349
13349
  let container_height = writable(0);
13350
13350
  component_subscribe($$self, container_height, (value) => $$invalidate(15, $container_height = value));
13351
13351
  let scroll_height = writable(0);