mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
left_sidebar: Fix ENTER key behavior in back to channels in topics list.
This commit addresses the issue where pressing the ENTER key on the "back to channels" link in the zoomed in topics list did not perform the intended action by adding the `trigger-click-on-enter` class to the element.
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="topics_header">
|
||||
<a class="show-all-streams" tabindex="0">{{t 'Back to channels' }}</a> <span class="unread_count quiet-count"></span>
|
||||
<a class="show-all-streams trigger-click-on-enter" tabindex="0">{{t 'Back to channels' }}</a> <span class="unread_count quiet-count"></span>
|
||||
</div>
|
||||
<div id="stream-filters-container">
|
||||
<ul id="stream_filters" class="filters"></ul>
|
||||
|
||||
Reference in New Issue
Block a user