WIP
This commit is contained in:
parent
74a0d9316a
commit
7eaba8fabc
20 changed files with 908 additions and 1151 deletions
|
@ -1,4 +1,4 @@
|
|||
use gpui::{Div, ElementFocus, ElementInteractivity, Styled};
|
||||
use gpui::{Div, ElementInteractivity, KeyDispatch, Styled};
|
||||
|
||||
use crate::UITextSize;
|
||||
|
||||
|
@ -69,6 +69,6 @@ pub trait StyledExt: Styled {
|
|||
impl<V, I, F> StyledExt for Div<V, I, F>
|
||||
where
|
||||
I: ElementInteractivity<V>,
|
||||
F: ElementFocus<V>,
|
||||
F: KeyDispatch<V>,
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue