@unhingged/vizu-core 0.1.20 → 0.1.21

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/internal.cjs CHANGED
@@ -1244,7 +1244,7 @@ var Highlighter = class {
1244
1244
  var Sidebar = class {
1245
1245
  constructor(root, callbacks) {
1246
1246
  this.open = false;
1247
- this.filter = "open";
1247
+ this.filter = "all";
1248
1248
  this.lastComments = [];
1249
1249
  this.lastConfidence = /* @__PURE__ */ new Map();
1250
1250
  this.handleClick = (e) => {