Add a way to use splits when opening in file finder (#20507)
This commit is contained in:
parent
90ffd65a10
commit
56cf32cb91
5 changed files with 191 additions and 16 deletions
|
@ -66,7 +66,7 @@ impl<M: ManagedView> PopoverMenuHandle<M> {
|
|||
.map_or(false, |state| state.menu.borrow().as_ref().is_some())
|
||||
}
|
||||
|
||||
pub fn is_focused(&self, cx: &mut WindowContext) -> bool {
|
||||
pub fn is_focused(&self, cx: &WindowContext) -> bool {
|
||||
self.0.borrow().as_ref().map_or(false, |state| {
|
||||
state
|
||||
.menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue