Skip to content

Commit b572f5f

Browse files
committed
Add missing line after rebase
1 parent 9d999d7 commit b572f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jupyterlab-manager/src/manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ export class WidgetManager extends LabWidgetManager {
611611
await this._loadFromKernel();
612612
await this._loadFromNotebook(notebook);
613613
this._restoredStatus = true;
614+
this._initialRestoredStatus = true;
614615
this._restored.emit();
615616
}
616617

0 commit comments

Comments
 (0)