Skip to content

Commit

Permalink
undo temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-combe committed Oct 19, 2021
1 parent 4b603dc commit 2f1ad6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/complexviewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class App {

collapseProtein() {
d3.select(".custom-menu-margin").style("display", "none");
this.contextMenuProt.setExpanded(false);//, this.contextMenuPoint);
this.contextMenuProt.setExpanded(false, this.contextMenuPoint);
this.contextMenuProt = null;
this.notifyExpandListeners();
}
Expand Down

0 comments on commit 2f1ad6f

Please sign in to comment.