mol_plot_all 1.2.1114 → 1.2.1116

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.mjs CHANGED
@@ -1749,7 +1749,7 @@ var $;
1749
1749
  if (val === undefined) {
1750
1750
  continue;
1751
1751
  }
1752
- if (val === null || val === false) {
1752
+ else if (val === null || val === false) {
1753
1753
  if (!el.hasAttribute(name))
1754
1754
  continue;
1755
1755
  el.removeAttribute(name);