mol_tree2 1.0.799 → 1.0.800

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_tree2",
3
- "version": "1.0.799",
3
+ "version": "1.0.800",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -4361,7 +4361,7 @@ var $;
4361
4361
  if (val === undefined) {
4362
4362
  continue;
4363
4363
  }
4364
- if (val === null || val === false) {
4364
+ else if (val === null || val === false) {
4365
4365
  if (!el.hasAttribute(name))
4366
4366
  continue;
4367
4367
  el.removeAttribute(name);