mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2024-11-24 03:26:43 -06:00
fix keyboard duplicate r
This commit is contained in:
parent
9ace779326
commit
39f6658a6d
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ export function Keyboard(props: KeyboardProps) {
|
|||
</div>
|
||||
<div className="keyboard-col">
|
||||
<TokenButton token="r" tokentype="operator" />
|
||||
<div className="keyboard-key" data-tokentype="operator">r</div>
|
||||
<TokenButton token="s" tokentype="operator" />
|
||||
{
|
||||
["1", "g", "l", "iu"].map((token) => {
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue