1
0
Fork 0
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:
SirStendec 2017-12-13 18:30:27 -05:00
parent 4b246ade44
commit 8e364e7d84
8 changed files with 35 additions and 9 deletions

View file

@ -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);