fix(vaxis): space is not a synthesized key
This commit is contained in:
parent
d9087f9884
commit
562b46b7d6
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ pub const key = struct {
|
|||
Key.enter => true,
|
||||
Key.tab => true,
|
||||
Key.escape => true,
|
||||
Key.space => true,
|
||||
Key.backspace => true,
|
||||
else => false,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue