Skip to content

Commit

Permalink
Draw call
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Sep 3, 2024
1 parent ecfed9c commit b2b389a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3994,6 +3994,7 @@ export class SDFGRenderer extends EventEmitter {
});
this.selected_elements = [];
this.on_selection_changed();
this.draw_async();
}

public exitLocalView(): void {
Expand Down

0 comments on commit b2b389a

Please sign in to comment.