mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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"}}
|
||||
|
||||
Reference in New Issue
Block a user