Merge branch 'main' into nate/storybook-components

This commit is contained in:
Nate Butler 2023-09-11 11:49:49 -04:00
commit c7ad89d7fa
71 changed files with 966 additions and 534 deletions

View file

@ -80,7 +80,7 @@ pub fn derive_element(input: TokenStream) -> TokenStream {
parent_origin: gpui2::Vector2F,
_: &gpui2::element::Layout,
rendered_element: &mut Self::PaintState,
cx: &mut gpui2::element::PaintContext<V>,
cx: &mut gpui2::ViewContext<V>,
) {
rendered_element.paint(view, parent_origin, cx);
}