@syncfusion/ej2-querybuilder 30.1.39 → 30.1.40

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.
@@ -2436,6 +2436,12 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
2436
2436
  if (tooltipElem) {
2437
2437
  getComponent(tooltipElem, 'tooltip').destroy();
2438
2438
  }
2439
+ else if (prevOper.indexOf('in') > -1) {
2440
+ tooltipElem = parentElem.querySelector('.e-tooltip');
2441
+ if (tooltipElem) {
2442
+ getComponent(tooltipElem, 'tooltip').destroy();
2443
+ }
2444
+ }
2439
2445
  removeClass([parentElem], 'e-show');
2440
2446
  addClass([parentElem], 'e-hide');
2441
2447
  }