We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
元は
webHydLa/src/UI/newUI.ts
Line 40 in d22bb66
e.keyCode === keyShift
Lines 8 to 12 in d22bb66
The text was updated successfully, but these errors were encountered:
補足:
npm run lint
すると不要変数がわかる.
Sorry, something went wrong.
No branches or pull requests
元は
webHydLa/src/UI/newUI.ts
Line 40 in d22bb66
で
e.keyCode === keyShift
のようにしていたが、変更のため定数が不要となった。そこで
webHydLa/src/UI/newUI.ts
Lines 8 to 12 in d22bb66
の行は全て削除して良い気がしている。
The text was updated successfully, but these errors were encountered: