@3cr/viewer-browser 0.0.35 → 0.0.36
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.js +6 -6
- package/dist/Viewer3CR.mjs +176 -167
- package/dist/Viewer3CR.umd.js +8 -8
- package/package.json +1 -1
- package/src/components/MftpWebGL3DRModal.vue +1 -1
package/package.json
CHANGED
|
@@ -374,10 +374,10 @@
|
|
|
374
374
|
<div v-if="scanState.Layout.PositionData.length !== 1">
|
|
375
375
|
<v-btn
|
|
376
376
|
class="transparent icon"
|
|
377
|
-
icon="fullscreen"
|
|
378
377
|
color="transparent"
|
|
379
378
|
@click="fullscreenLayout(layout.DefaultView)"
|
|
380
379
|
>
|
|
380
|
+
<v-icon color="white">fullscreen</v-icon>
|
|
381
381
|
|
|
382
382
|
</v-btn>
|
|
383
383
|
<v-tooltip target="cursor" location="top" activator="parent">
|