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
The text was updated successfully, but these errors were encountered:
各ボタンの要素については以下のように取得可能
[...document.querySelectorAll(".record-btn-inner")].filter(v=>v.textContent==="休始")[0]
[...document.querySelectorAll(".record-btn-inner")].filter(v=>v.textContent==="休終")[0]
Sorry, something went wrong.
休始/休終ボタンの誤操作防止対策 shoito#33
98011f2
Merge pull request #34 from cti1650/feature/break-start-finish-state
4655bae
休始/休終ボタンの誤操作防止対策 #33
No branches or pull requests
Goal
Context
The text was updated successfully, but these errors were encountered: