Add retries when checking if account is allowed to access phoenix (#1342)

This commit is contained in:
victor-meng
2022-10-19 17:12:24 -07:00
committed by GitHub
parent afe59c1589
commit 00eb07da11
4 changed files with 31 additions and 7 deletions

View File

@@ -81,6 +81,9 @@ export class JupyterLabAppFactory {
// Attach the widget to the dom.
Widget.attach(panel, document.body);
// Switch focus to the terminal
term.activate();
// Handle resize events.
window.addEventListener("resize", () => {
panel.update();