mol_plot_all 1.2.1548 → 1.2.1550

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
@@ -449,7 +449,7 @@ var $;
449
449
  if (this[$mol_ambient_ref])
450
450
  return this[$mol_ambient_ref];
451
451
  const owner = $mol_owning_get(this);
452
- return this[$mol_ambient_ref] = owner?.$ || $mol_object2.$;
452
+ return this[$mol_ambient_ref] = owner?.$ || this.constructor.$ || $mol_object2.$;
453
453
  }
454
454
  set $(next) {
455
455
  if (this[$mol_ambient_ref])