diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-02 22:31:38 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-02 22:31:38 -0400 |
| commit | ca9beff76b2ec77247b33a2ad208ed59588fb96a (patch) | |
| tree | 91b6f7ede91c623bdf90cc6d93f5477dab1cfee7 | |
| parent | 5498b870549c7ede59dacac28ee358b8e2c57e4f (diff) | |
How foolish
| -rw-r--r-- | crates/teleia/src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/teleia/src/state.rs b/crates/teleia/src/state.rs index e016411..5524f19 100644 --- a/crates/teleia/src/state.rs +++ b/crates/teleia/src/state.rs @@ -103,7 +103,7 @@ pub type Keycode = winit::keyboard::KeyCode; #[cfg(target_arch = "wasm32")] impl Display for Keycode { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { - write!(f, "{:?}", self.kc) + write!(f, "{:?}", self) } } |
