channel_popover: Fix go-to-list-of-topics not working on enter.

Used `navigate-link-on-enter` class to fix it.
This commit is contained in:
Aman Agrawal
2025-07-17 16:00:48 +05:30
committed by Tim Abbott
parent 2ba72101a2
commit 61e25ff0cd

View File

@@ -34,7 +34,7 @@
{{/if}}
{{#if show_go_to_list_of_topics}}
<li role="none" class="link-item popover-menu-list-item">
<a role="button" href="{{stream.list_of_topics_view_url}}" class="stream-popover-go-to-list-of-topics popover-menu-link" tabindex="0">
<a role="menuitem" href="{{stream.list_of_topics_view_url}}" class="stream-popover-go-to-list-of-topics navigate-link-on-enter popover-menu-link" tabindex="0">
<i class="popover-menu-icon zulip-icon zulip-icon-topic-list" aria-hidden="true"></i>
<span class="popover-menu-label">{{t "Go to list of topics" }}</span>
{{../popover_hotkey_hints "Y"}}