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
Popupで表示されるアクティビティ数は最大で50個という仕様だが、49個までしか表示されないため、解決したい。
以下、調査の見通しです。
client.js
表示されるアクティビティの数は最大で50個
表示されるアクティビティの数は最大で49個
document.getElementsByClassName("l-histories-list-card-container").length; // -> 49
popup
The text was updated successfully, but these errors were encountered:
あれ…気のせい?
Sorry, something went wrong.
No branches or pull requests
Popupで表示されるアクティビティ数は最大で50個という仕様だが、49個までしか表示されないため、解決したい。
Context
Process
以下、調査の見通しです。
client.js
側のデータ取得の処理を確認するExpected result
表示されるアクティビティの数は最大で50個
Current result
表示されるアクティビティの数は最大で49個
popup
screenshotThe text was updated successfully, but these errors were encountered: