Skip to content

Fixes links to notes in collapsed discussions

What does this MR do?

Adds a hashchange listener to window to handle all of the referenced links in comments. They are basically anchor tags and they will update the hash of the URL, so we need a global hashchange listener.

Screenshots

Before After
_gl-fix-discussion-jump-before _gl-fix-discussion-jump

Does this MR meet the acceptance criteria?

Conformity

Related to #28985 (closed)

Edited by Coung Ngo

Merge request reports