-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
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
chore: remove splash messages from dev tools #19558
Conversation
Test Results1 135 files ± 0 1 135 suites ±0 1h 27m 13s ⏱️ + 3m 24s Results for commit 7e5874d. ± Comparison against base commit 5feb94b. This pull request removes 1 test.
♻️ This comment has been updated with latest results. |
6b7473f
to
af0f235
Compare
document.body.addEventListener('focus', this.disableEventListener); | ||
document.body.addEventListener('click', this.disableEventListener); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these addEventListener
calls be removed, since the disableEventListener
initialization has been deleted? Or maybe can disableEventListener
be completely removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed, seems like disableEventListener
is no longer used at all
Quality Gate passedIssues Measures |
@Artur- is this PR still relevant? |
949e3ef
to
45b2dc0
Compare
Yes, although it is mostly code cleanup |
Quality Gate passedIssues Measures |
No description provided.