Checkpoint: Back to a compiling state

This commit is contained in:
Marshall Bowers 2023-10-12 12:22:23 -04:00
parent 262f5886a4
commit 6dbe983461
3 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ impl StoryWrapper {
.flex()
.flex_col()
.size_full()
.child_any(self.selector.story())
.child_any(self.selector.story(cx))
})
}
}