WIP: Fix compilation of gpui2
This commit is contained in:
parent
965bfd8439
commit
8b972f6d8e
8 changed files with 19 additions and 21 deletions
|
@ -53,8 +53,7 @@ impl<V: 'static> IntoAnyElement<V> for Text<V> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<V: 'static> Element for Text<V> {
|
||||
type ViewState = V;
|
||||
impl<V: 'static> Element<V> for Text<V> {
|
||||
type ElementState = Arc<Mutex<Option<TextElementState>>>;
|
||||
|
||||
fn id(&self) -> Option<crate::ElementId> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue