mol_plot_all 1.2.1526 → 1.2.1528

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/node.js CHANGED
@@ -1156,6 +1156,7 @@ var $;
1156
1156
  }
1157
1157
  destructor() {
1158
1158
  super.destructor();
1159
+ $mol_wire_fiber.planning.delete(this);
1159
1160
  if (!$mol_owning_check(this, this.cache))
1160
1161
  return;
1161
1162
  try {
@@ -4443,7 +4444,6 @@ var $;
4443
4444
  }
4444
4445
  dom_node_actual() {
4445
4446
  const node = this.dom_node();
4446
- $mol_dom_render_styles(node, this.style_size());
4447
4447
  const attr = this.attr();
4448
4448
  const style = this.style();
4449
4449
  $mol_dom_render_attributes(node, attr);
@@ -4544,12 +4544,6 @@ var $;
4544
4544
  mol_theme: this.theme() ?? undefined,
4545
4545
  };
4546
4546
  }
4547
- style_size() {
4548
- return {
4549
- minHeight: this.minimal_height(),
4550
- minWidth: this.minimal_width(),
4551
- };
4552
- }
4553
4547
  style() {
4554
4548
  return {};
4555
4549
  }