mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
message_body: Allow sender name to be selected.
This also blocked /me messages from being selected.
This commit is contained in:
committed by
Karl Stolley
parent
e7a3a44e35
commit
3838561b05
@@ -1,7 +1,7 @@
|
||||
{{#if include_sender}}
|
||||
{{> message_avatar ~}}
|
||||
{{/if}}
|
||||
<span class="message_sender no-select">
|
||||
<span class="message_sender">
|
||||
{{#if include_sender}}
|
||||
<span class="sender_info_hover sender_name auto-select" role="button" tabindex="0">
|
||||
<span class="view_user_card_tooltip inline-status-emoji" data-tooltip-template-id="view-user-card-tooltip-template">
|
||||
|
Reference in New Issue
Block a user