feat: make ContextDrawer model accessible to pages
This commit is contained in:
parent
bb41b4985e
commit
45f1183d92
24 changed files with 210 additions and 223 deletions
|
|
@ -52,7 +52,7 @@ impl<Message: 'static> Default for Section<Message> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<Message: 'static> Section<Message> {
|
||||
impl<Message: Clone + 'static> Section<Message> {
|
||||
#[must_use]
|
||||
#[inline]
|
||||
pub fn search_matches(&self, rule: &Regex) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue