Git commit modal branch list (#26417)
Closes #26273 Release Notes: - git: Fixes opening the branch selector in the commit modal with cmd-option-b - git: Truncates the branch selector in the commit modal
This commit is contained in:
parent
bf11b888c3
commit
c2e4fdf63d
4 changed files with 39 additions and 53 deletions
|
@ -1,6 +1,7 @@
|
|||
use gpui::{AnyView, DismissEvent, Entity, FocusHandle, Focusable as _, ManagedView, Subscription};
|
||||
use ui::prelude::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum DismissDecision {
|
||||
Dismiss(bool),
|
||||
Pending,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue