We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a43e15 commit 108fa90Copy full SHA for 108fa90
stores/viewer.js
@@ -60,7 +60,6 @@ export const useViewerStore = defineStore("viewer", {
60
this.picking_mode = false
61
},
62
async ws_connect() {
63
- // if (process.env.NODE_ENV == "test") return
64
if (this.status === Status.CONNECTED) return
65
return navigator.locks.request("viewer.ws_connect", async (lock) => {
66
0 commit comments