pollination-react-io 1.101.1 → 1.101.2
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/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -41137,7 +41137,7 @@ var useGetGeometry = function (meshOptions, geometryFilter) {
|
|
41137
41137
|
if (key === void 0) { key = 'use-get-geometry'; }
|
41138
41138
|
if (selection === void 0) { selection = false; }
|
41139
41139
|
if (force === void 0) { force = false; }
|
41140
|
-
if (useSelection === void 0) { useSelection =
|
41140
|
+
if (useSelection === void 0) { useSelection = false; }
|
41141
41141
|
if (!checkDotNet())
|
41142
41142
|
return;
|
41143
41143
|
var res = {
|
@@ -41214,7 +41214,7 @@ var useGetHbjson = function () {
|
|
41214
41214
|
if (key === void 0) { key = 'use-get-hbjson'; }
|
41215
41215
|
if (selection === void 0) { selection = false; }
|
41216
41216
|
if (force === void 0) { force = false; }
|
41217
|
-
if (useSelection === void 0) { useSelection =
|
41217
|
+
if (useSelection === void 0) { useSelection = false; }
|
41218
41218
|
if (!checkDotNet())
|
41219
41219
|
return;
|
41220
41220
|
var res = window.parent.chrome.webview
|