fix: incorrect keyboard shortcuts of labelling page
This commit is contained in:
parent
bb01750816
commit
50a1102ae9
@ -139,9 +139,9 @@ export default function Home() {
|
||||
console.log(key);
|
||||
|
||||
if (leftKeys.includes(key)) {
|
||||
handleLabel(true);
|
||||
} else if (rightKeys.includes(key)) {
|
||||
handleLabel(false);
|
||||
} else if (rightKeys.includes(key)) {
|
||||
handleLabel(true);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user