mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.30.0
This update includes a dependency update to version 2 of PopperJS, the library we use for tool-tips. Hopefully this fixes flickering issues with tool-tips. Some tool-tips may have issues after the update. If something doesn't look right, please ask. * Fixed: Chat lines not showing replies. * API Fixed: `setChildren` now supports variables that are not `Node`s or `string`s, and does so by casting other types to `string`s. Makes it easy to include numbers and other variables when using JSX. * Maintenance: Update to PopperJS v2.
This commit is contained in:
parent
1c3e73e143
commit
958a3956f1
12 changed files with 107 additions and 79 deletions
|
@ -113,12 +113,7 @@ export default class TooltipProvider extends Module {
|
|||
popper: {
|
||||
placement: 'top',
|
||||
modifiers: {
|
||||
flip: {
|
||||
behavior: ['top', 'bottom', 'left', 'right']
|
||||
},
|
||||
preventOverflow: {
|
||||
boundariesElement: container
|
||||
}
|
||||
flip: {}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue