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.
2 parents d22ebe0 + f874083 commit fb1392eCopy full SHA for fb1392e
stores/viewer.js
@@ -14,6 +14,7 @@ export const use_viewer_store = defineStore("viewer", {
14
this.picked_point.y = world_y
15
this.picking_mode = false
16
},
17
+
18
async create_object_pipeline(params) {
19
const websocket_store = use_websocket_store()
20
if (websocket_store.client) {
0 commit comments