Commit c52b230
fix: restoring widgets from saved state is broken since v8
In 9d999d7 waiting for sessionContext.ready was removed, this
caused _loadNotebook() not to work, because it was called before the
widget metadata was available.
This commit restores waiting for sessionContext.ready. This has
to be before _loadFromKernel(), otherwise this.kernel is not
present, causing an exeption, skipping _loadNotebook().
Fixes: jupyterlab/jupyterlab#153611 parent b253179 commit c52b230
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| 499 | + | |
499 | 500 | | |
500 | 501 | | |
501 | 502 | | |
| |||
0 commit comments