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

Co-authored-by: Thorsten Beier <derthorstenbeier@gmail.com>
This commit is contained in:
Lumberbot (aka Jack)
2025-08-12 07:29:21 -07:00
committed by GitHub
parent 1c752ddcda
commit e91e245207

View File

@@ -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;
}