Skip to content

Commit 1d0575c

Browse files
Fix ui issues (#548)
* Fix ui issues * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c9e2c47 commit 1d0575c

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,12 @@ export class MainView extends React.Component<IProps, IStates> {
957957
this._objToMesh(objName, postResult as any);
958958
});
959959
}
960+
961+
const localState = this._model.localState;
962+
963+
if (localState?.selected?.value) {
964+
this._updateSelected(localState.selected.value);
965+
}
960966
}
961967

962968
private _updatePointersScale(refLength): void {

python/jupytercad_lab/style/base.css

Lines changed: 1 addition & 0 deletions
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 {
2.38 KB
Loading

0 commit comments

Comments
 (0)