InputEvent support clone (#72)

This commit is contained in:
Floyd Wang 2024-07-25 18:43:29 +08:00 committed by GitHub
parent 2396c918f2
commit 81ecb1e11b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ actions!(
]
);
#[derive(Clone)]
pub enum InputEvent {
Change(SharedString),
PressEnter,