onboarding: Continue work on new flow (#35233)

This PR continues the work on the new and revamped onboarding flow.


Release Notes:

- N/A
This commit is contained in:
Finn Evers 2025-07-28 23:10:28 +02:00 committed by GitHub
parent 8207621a4a
commit 7ccf8c2f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 314 additions and 2 deletions

View file

@ -44,7 +44,7 @@ impl KeyBinding {
pub fn for_action_in(
action: &dyn Action,
focus: &FocusHandle,
window: &mut Window,
window: &Window,
cx: &App,
) -> Option<Self> {
let key_binding = window.highest_precedence_binding_for_action_in(action, focus)?;