Update changelog for previous revert and add title for img emoji

This commit is contained in:
JC Brand 2020-11-26 14:25:54 +01:00
parent fc1ce2dd31
commit 8bde92d13f
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 7.0.3 (Unreleased)
- Bugfix: `null` inserted by emoji picker and can't switch between skintones
## 7.0.2 (2020-11-23)
- Updated translations: de, nb, gl, tr

View File

@ -126,6 +126,7 @@ export function getEmojiMarkup (data, options={unicode_only: false, add_title_wr
const path = api.settings.get('emoji_image_path');
return html`<img class="emoji"
draggable="false"
title="${shortname}"
alt="${emoji}"
src="${path}/72x72/${data.cp}.png"/>`;
}