Skip to content

Commit 8be2542

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 9f1a56a commit 8be2542

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

internal/stores/data_style/model/surfaces/color.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function useModelSurfacesColorStyle() {
2424
}
2525
return dataStore.getMeshComponentsViewerIds(id, surface_ids).then((surface_viewer_ids) => {
2626
if (!surface_viewer_ids || surface_viewer_ids.length === 0) {
27-
2827
return modelSurfacesCommonStyle.mutateModelSurfacesStyle(id, surface_ids, { color });
2928
}
3029
return viewerStore.request(

internal/stores/data_style/model/surfaces/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ export function useModelSurfacesStyle() {
5454
return Promise.all(promises);
5555
}
5656

57-
58-
5957
return {
6058
applyModelSurfacesStyle,
6159
setModelSurfacesDefaultStyle,

0 commit comments

Comments
 (0)