Skip to content

Commit

Permalink
Update packages/dashboard/src/PanelManager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bender <mikebender@deephaven.io>
  • Loading branch information
wusteven815 and mofojed authored Apr 25, 2024
1 parent 88d3194 commit 3a77766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/PanelManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class PanelManager {

/**
*
* @param glContainer Only reopen panels that were closed from the stack of this container, is defined
* @param glContainer Only reopen panels that were closed from the stack of this container, if defined
*/
handleReopenLast(glContainer?: Container): void {
if (this.closed.length === 0) return;
Expand Down

0 comments on commit 3a77766

Please sign in to comment.