mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
Misc. fixes to clean up after tw-
. Fix tooltip placement.
This commit is contained in:
parent
4b246ade44
commit
8e364e7d84
8 changed files with 35 additions and 9 deletions
|
@ -240,6 +240,11 @@ export class Tooltip {
|
|||
setter = use_html ? 'innerHTML' : 'textContent';
|
||||
|
||||
const pop_opts = Object.assign({
|
||||
modifiers: {
|
||||
flip: {
|
||||
behavior: ['top', 'bottom', 'left', 'right']
|
||||
}
|
||||
},
|
||||
arrowElement: arrow
|
||||
}, opts.popper);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue