We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1a56a commit 8be2542Copy full SHA for 8be2542
2 files changed
internal/stores/data_style/model/surfaces/color.js
@@ -24,7 +24,6 @@ export function useModelSurfacesColorStyle() {
24
}
25
return dataStore.getMeshComponentsViewerIds(id, surface_ids).then((surface_viewer_ids) => {
26
if (!surface_viewer_ids || surface_viewer_ids.length === 0) {
27
-
28
return modelSurfacesCommonStyle.mutateModelSurfacesStyle(id, surface_ids, { color });
29
30
return viewerStore.request(
internal/stores/data_style/model/surfaces/index.js
@@ -54,8 +54,6 @@ export function useModelSurfacesStyle() {
54
return Promise.all(promises);
55
56
57
58
59
return {
60
applyModelSurfacesStyle,
61
setModelSurfacesDefaultStyle,
0 commit comments