mirror of
https://github.com/jupyterlite/jupyterlite.git
synced 2025-09-06 12:43:13 +00:00
Backport PR #1702: allow-bubbling-down (#1703)
Some checks failed
Check Release / check_release (push) Has been cancelled
UI Tests / Build (push) Has been cancelled
UI Tests / Visual Regression (chromium) (push) Has been cancelled
UI Tests / Visual Regression (firefox) (push) Has been cancelled
Some checks failed
Check Release / check_release (push) Has been cancelled
UI Tests / Build (push) Has been cancelled
UI Tests / Visual Regression (chromium) (push) Has been cancelled
UI Tests / Visual Regression (firefox) (push) Has been cancelled
Co-authored-by: Thorsten Beier <derthorstenbeier@gmail.com>
This commit is contained in:

committed by
GitHub

parent
1c752ddcda
commit
e91e245207
@@ -180,6 +180,6 @@ export async function main() {
|
||||
}
|
||||
|
||||
// 4. Start the application, which will activate the other plugins
|
||||
await app.start();
|
||||
await app.start({ bubblingKeydown: true });
|
||||
await app.restored;
|
||||
}
|
||||
|
Reference in New Issue
Block a user