1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Fix tooltip not closing properly (#1665)

Fix tooltip not closing properly
This commit is contained in:
Michael Keller 2019-09-19 00:46:58 +12:00 committed by GitHub
commit 0648e5d927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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