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 73fb51b commit d079504Copy full SHA for d079504
internal_stores/mesh/polyhedra.js
@@ -55,7 +55,7 @@ export function useMeshPolyhedraStyle() {
55
response_function: () => {
56
coloring.color = color
57
console.log(
58
- `${setMeshPolyhedraColor.name} ${id} ${meshPolyhedraColor(id)}`,
+ `${setMeshPolyhedraColor.name} ${id} ${JSON.stringify(meshPolyhedraColor(id))}`,
59
)
60
},
61
0 commit comments