Make sandbox helper take a title as well
This commit is contained in:
parent
3f81c524cc
commit
bb71e8481e
21 changed files with 64 additions and 58 deletions
|
|
@ -370,7 +370,7 @@ where
|
|||
State: Default + 'static,
|
||||
Message: std::fmt::Debug + Send + 'static,
|
||||
{
|
||||
sandbox(update, view).title(title).run()
|
||||
sandbox(title, update, view).run()
|
||||
}
|
||||
|
||||
#[doc(inline)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue