Skip to content

Commit

Permalink
Twemoji Selector Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Sep 11, 2023
1 parent df0f8fc commit 5f518a4
Show file tree
Hide file tree
Showing 4 changed files with 18,939 additions and 8 deletions.
9,470 changes: 9,468 additions & 2 deletions files/js/Hanashi/Twemoji/Data.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion files/js/Hanashi/Twemoji/Selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ define(["require", "exports", "tslib", "WoltLabSuite/Core/Language", "./Data", "
if (this.emojiSections[categoryID] == null || this.emojiSectionDiv == null) {
return;
}
this.emojiSectionDiv.scrollTop = this.emojiSections[categoryID].offsetTop; // - this.emojiSectionDiv.offsetTop;
this.emojiSectionDiv.scrollTop = this.emojiSections[categoryID].offsetTop;
}
changeSearchValue(e) {
const target = e.target;
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<packagedescription>Easy Selector for Twemojis.</packagedescription>
<packagedescription language="de">Einfacher Auswähler für Twemojis.</packagedescription>
<version>2.1.0</version>
<date>2023-09-08</date>
<date>2023-09-11</date>
</packageinformation>
<authorinformation>
<author>Hanashi Development</author>
<authorurl>https://hanashi.dev/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.0 Beta 4">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.5.14">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
Expand Down
9,471 changes: 9,468 additions & 3 deletions ts/Hanashi/Twemoji/Data.ts

Large diffs are not rendered by default.

0 comments on commit 5f518a4

Please sign in to comment.