@3cr/viewer-browser 0.0.3 → 0.0.5
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/.idea/workspace.xml +4 -1
- package/dist/style.css +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/src/components/MftpWebGL3DRModal.vue +0 -1
- package/src/main.ts +2 -0
- package/vite.config.mts +1 -1
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -958,7 +958,6 @@ function handleOnPayload(interfaceSet: string | FrontEndInterfaces, actionSet: s
|
|
|
958
958
|
.bordered-event-window:hover {
|
|
959
959
|
position: absolute;
|
|
960
960
|
border: 2px dashed rgb(0, 152, 253);
|
|
961
|
-
//pointer-events: none;
|
|
962
961
|
}
|
|
963
962
|
.v-expansion-panel--active > .v-expansion-panel-header {
|
|
964
963
|
min-height: 48px;
|
package/src/main.ts
CHANGED