mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-24 11:38:30 +00:00
4.9.6
* Added: Previews for rich chat embeds and rich tool-tips to the settings menu. * Changed: Disabled Smooth Scrolling for now, as no one has been able to get it working correctly after Twitch's changes to how chat scrolling works.
This commit is contained in:
parent
512fe8898d
commit
1a171939ac
15 changed files with 178 additions and 40 deletions
|
@ -41,7 +41,7 @@ export const Links = {
|
|||
},
|
||||
|
||||
tooltip(target, tip) {
|
||||
if ( ! this.context.get('tooltip.rich-links') )
|
||||
if ( ! this.context.get('tooltip.rich-links') && ! target.dataset.forceTooltip )
|
||||
return '';
|
||||
|
||||
if ( target.dataset.isMail === 'true' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue