mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
reorganize shared input components
This commit is contained in:
parent
266d29b336
commit
41d30f82fd
16 changed files with 238 additions and 380 deletions
|
|
@ -75,6 +75,6 @@ impl Input {
|
|||
}
|
||||
|
||||
pub fn set_new_titan(&self, on_send: impl Fn(titan::Header, Bytes, Box<dyn Fn()>) + 'static) {
|
||||
self.update(Some(>k::Notebook::titan(on_send)));
|
||||
self.update(Some(>k::Box::titan(on_send)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue