Skip to content

Commit 108fa90

Browse files
test
1 parent 3a43e15 commit 108fa90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stores/viewer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const useViewerStore = defineStore("viewer", {
6060
this.picking_mode = false
6161
},
6262
async ws_connect() {
63-
// if (process.env.NODE_ENV == "test") return
6463
if (this.status === Status.CONNECTED) return
6564
return navigator.locks.request("viewer.ws_connect", async (lock) => {
6665
if (this.status === Status.CONNECTED) return

0 commit comments

Comments
 (0)