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:
Aman Agrawal
2021-04-06 11:34:33 +00:00
committed by Tim Abbott
parent a2140eb9b5
commit d4fa938a23
3 changed files with 4 additions and 4 deletions

View File

@@ -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;
}