@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.js CHANGED
@@ -1214,7 +1214,7 @@ var Highlighter = class {
1214
1214
  var Sidebar = class {
1215
1215
  constructor(root, callbacks) {
1216
1216
  this.open = false;
1217
- this.filter = "open";
1217
+ this.filter = "all";
1218
1218
  this.lastComments = [];
1219
1219
  this.lastConfidence = /* @__PURE__ */ new Map();
1220
1220
  this.handleClick = (e) => {