Removes inconsistently applied and mostly no-op double click blocking. #11719
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Double click blocking was originally introduced to prevent a problem seen in user navigation through the topic tree, where users would double click, resulting in a double navigation. This click blocking is no longer applied on topic navigation (there is no click mask) and yet the issue does not still seem to be prevalent.
Cleans up the click blocking logic which appears to do nothing at this juncture.
References
See original implementing PR for reference: #3915
Also fixes #7444
Reviewer guidance
I am targeting this for Planned Patch 1, as it is useful cleanup, but doesn't need to block release, and could do with a little bit of QA to ensure it doesn't introduce a regression.
The only places that might be affected is when viewing a resource in Learn, and when moving between different pages during user login/signup.
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)