InputEvent support clone (#72)
This commit is contained in:
parent
2396c918f2
commit
81ecb1e11b
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ actions!(
|
|||
]
|
||||
);
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum InputEvent {
|
||||
Change(SharedString),
|
||||
PressEnter,
|
||||
|
|
|
|||
Loading…
Reference in a new issue