Skip to content

Commit

Permalink
InputEvent support clone
Browse files Browse the repository at this point in the history
  • Loading branch information
madcodelife committed Jul 25, 2024
1 parent 2396c91 commit 2c6f764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ui/src/input/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ actions!(
]
);

#[derive(Clone)]
pub enum InputEvent {
Change(SharedString),
PressEnter,
Expand Down

0 comments on commit 2c6f764

Please sign in to comment.