Skip to content

Commit b48008a

Browse files
authored
Merge branch 'main' into operator-wireframe
2 parents 116c818 + 1d0575c commit b48008a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

packages/base/src/3dview/mainview.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,12 @@ export class MainView extends React.Component<IProps, IStates> {
959959
this._objToMesh(objName, postResult as any);
960960
});
961961
}
962+
963+
const localState = this._model.localState;
964+
965+
if (localState?.selected?.value) {
966+
this._updateSelected(localState.selected.value);
967+
}
962968
}
963969

964970
private _updatePointersScale(refLength): void {

python/jupytercad_lab/style/base.css

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
flex-direction: column;
104104
min-height: 50px;
105105
padding-top: 3px;
106+
overflow: auto;
106107
}
107108

108109
.jpcad-sidebar-propertiespanel {
Loading

0 commit comments

Comments
 (0)