1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Fix tooltip not closing properly

This commit is contained in:
IvoFPV 2019-09-16 19:06:36 +02:00
parent 662ad7bbe8
commit 6e3c3d84a7

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: {