mol_plot_all 1.2.1534 → 1.2.1535

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/web.js CHANGED
@@ -1084,12 +1084,10 @@ var $;
1084
1084
  [$mol_wire_cursor.final]: '🔵',
1085
1085
  }[this.cursor] ?? this.cursor.toString();
1086
1086
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
1087
- ? $mol_dev_format_auto({
1088
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1089
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1090
- })
1091
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
1087
+ ? $mol_dev_format_shade(cursor)
1088
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
1092
1089
  }
1090
+ [$mol_dev_format_body]() { return null; }
1093
1091
  get $() {
1094
1092
  return (this.host ?? this.task)['$'];
1095
1093
  }