Fix tooltip not closing properly

10.7.0-preview
IvoFPV 2019-09-16 19:06:36 +02:00
parent 662ad7bbe8
commit 6e3c3d84a7
1 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,9 @@ GUI_control.prototype.content_ready = function (callback) {
new jBox('Tooltip', {
attach: '.cf_tip',
trigger: 'mouseenter',
closeOnMouseleave: true,
closeOnClick: 'body',
delayOpen: 100,
delayClose: 100,
position: {