Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Dec 11, 2024
1 parent b6bb207 commit 30e6bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/widget_ngl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class NGLView extends widgets.DOMWidgetView {
this.beforeDisplay();
this.displayed.then(() => {
this.stageManager.createStage();
this.stage = this.stageManager.stage;
this.eventHandler.handlePicking();
this.eventHandler.handleSignals();
this.eventHandler.handleMessage();
Expand Down

0 comments on commit 30e6bbe

Please sign in to comment.