Skip to content

Commit 2f4716f

Browse files
committed
Version 3.2.1-beta.2
1 parent 2a65a36 commit 2f4716f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdbe-molstar",
3-
"version": "3.2.1-beta.1",
3+
"version": "3.2.1-beta.2",
44
"description": "Molstar implementation for PDBe",
55
"main": "index.js",
66
"scripts": {

src/app/ui/pdbe-left-panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class PDBeLeftPanelControls extends PluginUIComponent<{}, { tab: PDBeLeft
2626
componentDidMount() {
2727
this.subscribe(this.plugin.behaviors.layout.leftPanelTabName, tab => {
2828
if (this.state.tab !== tab) this.setState({ tab });
29-
29+
3030
// Collapse panel if no active tab, expand if active tab (don't apply if panel hidden!)
3131
if (tab === 'none' && this.plugin.layout.state.regionState.left === 'full') {
3232
PluginCommands.Layout.Update(this.plugin, { state: { regionState: { ...this.plugin.layout.state.regionState, left: 'collapsed' } } });

0 commit comments

Comments
 (0)