@syncfusion/ej2-querybuilder 32.1.19 → 32.1.21

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.
@@ -1344,7 +1344,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
1344
1344
  };
1345
1345
  QueryBuilder.prototype.renderToolTip = function (element) {
1346
1346
  var tooltip = new Tooltip({
1347
- content: this.l10n.getConstant('ValidationMessage'), isSticky: true,
1347
+ content: this.l10n.getConstant('ValidationMessage'),
1348
1348
  position: 'BottomCenter', cssClass: 'e-querybuilder-error', afterClose: function () {
1349
1349
  tooltip.destroy();
1350
1350
  }, beforeOpen: function (args) {