mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.20.11
* Added: Setting to disable Channel Hosting. * Added: Setting to hide streams tagged as Promoted from the directory. * Fixed: Tool-tips not appearing when an element is open in fullscreen. * Fixed: Bug when destroying a tool-tip instance. * Fixed: Directory cards not updating with FFZ features on the front page. * API Added: `Subpump` module for manipulating Twitch PubSub events. * API Changed: Add-Ons can now define custom settings profile filters.
This commit is contained in:
parent
ced61d2bfc
commit
22c60050e0
17 changed files with 356 additions and 96 deletions
|
@ -386,7 +386,7 @@ export default class Emotes extends Module {
|
|||
return;
|
||||
|
||||
this.toggleFavorite(source, id);
|
||||
const tt = target._ffz_tooltip$0;
|
||||
const tt = target._ffz_tooltip;
|
||||
if ( tt && tt.visible ) {
|
||||
tt.hide();
|
||||
setTimeout(() => document.contains(target) && tt.show(), 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue