forked from DGNum/metis
Fix tooltip not disapearing
This commit is contained in:
parent
f792566d06
commit
12226dcd25
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