intelicoreact 0.3.57 → 0.3.58
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.
|
@@ -190,7 +190,9 @@ var TagsDropdown = function TagsDropdown(_ref) {
|
|
|
190
190
|
};
|
|
191
191
|
|
|
192
192
|
var getParentNode = function getParentNode() {
|
|
193
|
-
|
|
193
|
+
var _document$querySelect;
|
|
194
|
+
|
|
195
|
+
return (_document$querySelect = document.querySelector('div#root')) !== null && _document$querySelect !== void 0 ? _document$querySelect : document.querySelector('div#app');
|
|
194
196
|
};
|
|
195
197
|
|
|
196
198
|
var initListContainer = function initListContainer() {
|