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.esm.js
CHANGED
@@ -41110,7 +41110,7 @@ var useGetGeometry = function (meshOptions, geometryFilter) {
|
|
41110
41110
|
if (key === void 0) { key = 'use-get-geometry'; }
|
41111
41111
|
if (selection === void 0) { selection = false; }
|
41112
41112
|
if (force === void 0) { force = false; }
|
41113
|
-
if (useSelection === void 0) { useSelection =
|
41113
|
+
if (useSelection === void 0) { useSelection = false; }
|
41114
41114
|
if (!checkDotNet())
|
41115
41115
|
return;
|
41116
41116
|
var res = {
|
@@ -41187,7 +41187,7 @@ var useGetHbjson = function () {
|
|
41187
41187
|
if (key === void 0) { key = 'use-get-hbjson'; }
|
41188
41188
|
if (selection === void 0) { selection = false; }
|
41189
41189
|
if (force === void 0) { force = false; }
|
41190
|
-
if (useSelection === void 0) { useSelection =
|
41190
|
+
if (useSelection === void 0) { useSelection = false; }
|
41191
41191
|
if (!checkDotNet())
|
41192
41192
|
return;
|
41193
41193
|
var res = window.parent.chrome.webview
|