feat: make ContextDrawer model accessible to pages

This commit is contained in:
Michael Aaron Murphy 2025-04-21 18:14:58 +02:00 committed by Michael Murphy
parent bb41b4985e
commit 45f1183d92
24 changed files with 210 additions and 223 deletions

View file

@ -9,7 +9,7 @@ pub struct Insert<'a, Message> {
pub id: Entity,
}
impl<Message: 'static> Insert<'_, Message> {
impl<Message: Clone + 'static> Insert<'_, Message> {
#[must_use]
#[inline]
pub fn id(self) -> Entity {