We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458bddc commit a89268fCopy full SHA for a89268f
kernel/src/panel.ts
@@ -92,7 +92,6 @@ export default class WelcomePanel {
92
private dialogPanel: DialogPanel;
93
94
constructor(private serviceContainer: ServiceContainer) {
95
- // constructor() {
96
97
this.element = document.createElement('div');
98
this.element.id = 'jp-kernel-welcome-panel';
@@ -153,7 +152,7 @@ export default class WelcomePanel {
153
152
this.minimizedPanel.updateOnConnection(connection_msg)
154
}
155
updateOnDisconnection(connection_msg: string): void{
156
- this.minimizedPanel.updateOnConnection(connection_msg)
+ this.minimizedPanel.updateOnDisconnection(connection_msg)
157
158
159
show(): void {
0 commit comments