@3cr/viewer-browser 0.0.99 → 0.0.101
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/Viewer3CR.mjs
CHANGED
|
@@ -18164,7 +18164,7 @@ const Sx = J({
|
|
|
18164
18164
|
D1(b);
|
|
18165
18165
|
else {
|
|
18166
18166
|
const x = z(l.options)[b];
|
|
18167
|
-
x !== void 0 && x();
|
|
18167
|
+
console.log("executeOption", b, x), x !== void 0 && x();
|
|
18168
18168
|
}
|
|
18169
18169
|
}
|
|
18170
18170
|
const M = {
|