mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
edit: Fix "View source" icon being orphaned post-hover.
It turns out it wasn’t a one-liner, it was actually a -2-liner. :)
This commit is contained in:
committed by
Tim Abbott
parent
3b594a6efa
commit
9582079cd9
@@ -98,9 +98,7 @@ function message_unhover() {
|
||||
return;
|
||||
}
|
||||
message = current_msg_list.get(rows.id(current_message_hover));
|
||||
if (message && message.sent_by_me) {
|
||||
current_message_hover.find('span.edit_content').html("");
|
||||
}
|
||||
current_message_hover.find('span.edit_content').html("");
|
||||
current_message_hover.removeClass('message_hovered');
|
||||
current_message_hover = undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user