1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-26 04:28:31 +00:00
* Added: Chat Action for editing a user's displayed name and color. Only applies to chat.
* Changed: Re-enable the setting for hiding offline channels from the side-bar.
* Changed: Updated dependencies.
* Fixed: Issue with multiple copies of FFZ emotes appearing in tab-completion.
* Fixed: Issue with tab-completion crashing sometimes in mod view. (Closes #839)
* Fixed: Support for swapping sidebars with the latest Twitch changes.
* Fixed: Hiding Recommended Channels from the sidebar. (Closes #840)
* Removed: Setting for hiding Recommended Friends from the sidebar, since that section no longer exists.
This commit is contained in:
SirStendec 2020-07-10 20:08:29 -04:00
parent 50378bb3dc
commit 7638a885f2
16 changed files with 2862 additions and 2420 deletions

View file

@ -128,6 +128,9 @@ export class Tooltip {
cleanup() {
if ( this.options.manual )
return;
for(const el of this.elements) {
const tip = el[this._accessor];
if ( document.body.contains(el) )