evui 3.4.101 → 3.4.102

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/evui.umd.js CHANGED
@@ -11158,7 +11158,7 @@ module.exports = exports;
11158
11158
  /***/ "9224":
11159
11159
  /***/ (function(module) {
11160
11160
 
11161
- module.exports = JSON.parse("{\"a\":\"3.4.101\"}");
11161
+ module.exports = JSON.parse("{\"a\":\"3.4.102\"}");
11162
11162
 
11163
11163
  /***/ }),
11164
11164
 
@@ -50508,10 +50508,10 @@ var plugins_interaction_modules = {
50508
50508
  };
50509
50509
 
50510
50510
  this.onWheel = function (e) {
50511
- var _this$tooltipDOM, _this$tooltipDOM$styl;
50511
+ var _this$tooltipDOM, _this$tooltipDOM$styl, _this$tooltipDOM2;
50512
50512
 
50513
50513
  var isTooltipVisible = ((_this$tooltipDOM = _this.tooltipDOM) === null || _this$tooltipDOM === void 0 ? void 0 : (_this$tooltipDOM$styl = _this$tooltipDOM.style) === null || _this$tooltipDOM$styl === void 0 ? void 0 : _this$tooltipDOM$styl.display) === 'block';
50514
- var customTooltip = document.querySelector(_this.options.tooltip.htmlScrollTarget);
50514
+ var customTooltip = (_this$tooltipDOM2 = _this.tooltipDOM) === null || _this$tooltipDOM2 === void 0 ? void 0 : _this$tooltipDOM2.querySelector(_this.options.tooltip.htmlScrollTarget);
50515
50515
 
50516
50516
  if (isTooltipVisible || customTooltip && customTooltip.scrollHeight > customTooltip.clientHeight) {
50517
50517
  e.preventDefault();