This commit is contained in:
Antonio Scandurra 2023-10-10 20:02:34 +02:00
parent 4855b8f3de
commit 9eff99de49

View File

@ -90,6 +90,9 @@ impl<E: Element + Identified + Styled> Element for Pressable<E> {
}
});
cx.frame_state::<Self>(self.id().to_global(cx))
// cx.frame_state
self.child.paint(bounds, state, frame_state, cx)?;
Ok(())
}