GULP DIST
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { d as _inherits, e as _createSuper, a as _classCallCheck, _ as _createClass } from '../_rollupPluginBabelHelpers-a0b34764.js';
|
||||
import { d as _inherits, e as _createSuper, a as _classCallCheck, _ as _createClass } from '../_rollupPluginBabelHelpers-b054ecd2.js';
|
||||
import MaskElement from './mask-element.js';
|
||||
import IMask from '../core/holder.js';
|
||||
|
||||
@@ -33,7 +33,9 @@ var HTMLMaskElement = /*#__PURE__*/function (_MaskElement) {
|
||||
_createClass(HTMLMaskElement, [{
|
||||
key: "rootElement",
|
||||
get: function get() {
|
||||
return this.input.getRootNode ? this.input.getRootNode() : document;
|
||||
var _this$input$getRootNo, _this$input$getRootNo2, _this$input;
|
||||
|
||||
return (_this$input$getRootNo = (_this$input$getRootNo2 = (_this$input = this.input).getRootNode) === null || _this$input$getRootNo2 === void 0 ? void 0 : _this$input$getRootNo2.call(_this$input)) !== null && _this$input$getRootNo !== void 0 ? _this$input$getRootNo : document;
|
||||
}
|
||||
/**
|
||||
Is element in focus
|
||||
|
||||
Reference in New Issue
Block a user