mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
send_later_popover: Use .navigate-link-on-enter for scheduled msgs.
We need to use the `navigate-link-on-enter` class for the scheduled
messages link in the popover, since it's a popover menu item with a
`href` attribute. The reason for using this class has been documented
in 246c1d7b4e.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
<li>
|
||||
<a href="#scheduled" tabindex="0">{{t "View scheduled messages" }}</a>
|
||||
<a href="#scheduled" class="navigate-link-on-enter" tabindex="0">{{t "View scheduled messages" }}</a>
|
||||
</li>
|
||||
<hr class="drafts-item-in-popover" />
|
||||
<li class="drafts-item-in-popover">
|
||||
|
||||
Reference in New Issue
Block a user