Skip to content

Commit

Permalink
up.
Browse files Browse the repository at this point in the history
  • Loading branch information
FloVanGH committed Mar 25, 2020
1 parent 48570e1 commit 23e0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/widgets/src/window.rs
Expand Up @@ -9,7 +9,7 @@ pub static ELEMENT_WINDOW: &'static str = "window";
// --- KEYS --

#[derive(Clone)]
pub enum Action {
enum Action {
WindowEvent(WindowEvent),
FocusEvent(FocusEvent),
}
Expand Down

0 comments on commit 23e0d79

Please sign in to comment.