Skip to content

Commit a25e9c6

Browse files
timon-schellingKeavon
authored andcommitted
post merge fix
1 parent e96a369 commit a25e9c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/src/messages/input_mapper/utility_types/input_keyboard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ impl From<Key> for LayoutKey {
321321

322322
#[derive(Debug, Clone, PartialEq, Eq, Hash, serde::Serialize, serde::Deserialize, specta::Type)]
323323
pub struct LayoutKey {
324-
key: Key,
324+
pub key: Key,
325325
label: String,
326326
}
327327

0 commit comments

Comments
 (0)