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:
parent
8207621a4a
commit
7ccf8c2f8c
5 changed files with 314 additions and 2 deletions
|
@ -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)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue