Skip to content

Commit 068b666

Browse files
committed
Make SideSheetContext public
This helps when making custom triggers
1 parent 28d9b4d commit 068b666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks/src/components/side_sheet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl SideSheetSide {
2828

2929
// Context for sharing state between side sheet components
3030
#[derive(Clone)]
31-
struct SideSheetContext {
31+
pub struct SideSheetContext {
3232
is_open: Signal<bool>,
3333
side: SideSheetSide,
3434
}

0 commit comments

Comments
 (0)