Skip to content

Commit 2f1ad6f

Browse files
committed
undo temp change
1 parent 4b603dc commit 2f1ad6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/complexviewer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class App {
239239

240240
collapseProtein() {
241241
d3.select(".custom-menu-margin").style("display", "none");
242-
this.contextMenuProt.setExpanded(false);//, this.contextMenuPoint);
242+
this.contextMenuProt.setExpanded(false, this.contextMenuPoint);
243243
this.contextMenuProt = null;
244244
this.notifyExpandListeners();
245245
}

0 commit comments

Comments
 (0)