vrembem 4.0.0-next.20 → 4.0.0-next.22

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/dev/index.umd.cjs CHANGED
@@ -1389,7 +1389,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
1389
1389
  const delay = this.activeTooltip ? 0 : popover.config["toggle-delay"];
1390
1390
  if (this.activeTooltip) this.activeTooltip.close();
1391
1391
  popover.toggleDelayId = setTimeout(() => {
1392
- popover.open();
1392
+ if (popover.id) popover.open();
1393
1393
  }, delay);
1394
1394
  }
1395
1395
  function handleMouseLeave(popover) {