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 bc16c0b + 0255af4 commit 554bfc4Copy full SHA for 554bfc4
stores/viewer.js
@@ -10,7 +10,7 @@ export const use_viewer_store = defineStore('viewer', {
10
this.picking_mode = value
11
},
12
async set_picked_point (x, y) {
13
- const response = await get_point_position({ x, y })
+ const response = await this.get_point_position({ x, y })
14
const { x: world_x, y: world_y } = response
15
this.picked_point.x = world_x
16
this.picked_point.y = world_y
0 commit comments