Merge pull request 'Fix tooltip not disapearing' (#45) from thubrecht/tooltip into master
Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/metis/pulls/45
This commit is contained in:
commit
30259d31bd
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
|||
eventDidMount: info => {
|
||||
new Tooltip(info.el, {
|
||||
title: info.event.extendedProps.short_name,
|
||||
trigger: 'hover',
|
||||
placement: 'top'
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue