mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 01:53:59 +00:00
giphy: Convert compose_giphy_logo from id to class.
Since there are multiple `compose_giphy_logo` elements, we should use it as a class as per HTML spec.
This commit is contained in:
@@ -650,7 +650,7 @@ export function initialize() {
|
||||
|
||||
function handle_compose_click(e) {
|
||||
// Emoji clicks should be handled by their own click handler in emoji_picker.js
|
||||
if ($(e.target).is("#emoji_map, img.emoji, .drag, #compose_giphy_logo")) {
|
||||
if ($(e.target).is("#emoji_map, img.emoji, .drag, .compose_giphy_logo")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user