Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-17 11:08:48 +02:00
parent ac5b32c491
commit fb1e7eef6b
14 changed files with 223 additions and 111 deletions

View file

@ -160,7 +160,7 @@ impl<E: Element> Element for Themed<E> {
type ViewState = E::ViewState;
type ElementState = E::ElementState;
fn element_id(&self) -> Option<gpui3::ElementId> {
fn id(&self) -> Option<gpui3::ElementId> {
None
}