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 a74044b commit 1f46935Copy full SHA for 1f46935
Sources/Rendering/Core/SphereMapper/example/index.js
@@ -126,7 +126,7 @@ function pickOnMouseEvent(event) {
126
const selections = result?.generateSelection(x, y, x, y);
127
if (selections && selections.length >= 1) {
128
const selection = selections[0];
129
- const props = selection.get().properties;
+ const props = selection.getProperties();
130
attributeIdDiv.textContent = props.attributeID;
131
} else {
132
attributeIdDiv.textContent = '';
0 commit comments