@3cr/viewer-browser 0.0.25 → 0.0.26
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
|
@@ -18082,7 +18082,7 @@ const iw = J({
|
|
|
18082
18082
|
default: L(() => [
|
|
18083
18083
|
(Oe(!0), Ue(Ce, null, ri(u.value.Layout.PositionData, (F) => (Oe(), Ue("div", {
|
|
18084
18084
|
class: "bordered-event-window",
|
|
18085
|
-
key: F
|
|
18085
|
+
key: JSON.stringify(F),
|
|
18086
18086
|
style: Nn({
|
|
18087
18087
|
...de(D0)(F),
|
|
18088
18088
|
cursor: D(F) === de(Et).Volume ? "grab !important" : "default"
|