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/dist/index.js CHANGED
@@ -873,7 +873,7 @@ function Di(t) {
873
873
  t.toggleDelayId && clearTimeout(t.toggleDelayId);
874
874
  const e = this.activeTooltip ? 0 : t.config["toggle-delay"];
875
875
  this.activeTooltip && this.activeTooltip.close(), t.toggleDelayId = setTimeout(() => {
876
- t.open();
876
+ t.id && t.open();
877
877
  }, e);
878
878
  }
879
879
  function Ii(t) {