1
0

fix: incorrect keyboard shortcuts of labelling page

This commit is contained in:
alikia2x (寒寒) 2025-12-01 23:26:18 +08:00
parent bb01750816
commit 50a1102ae9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 56209E0CCD8420C6

View File

@ -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);
}
};