mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 20:35:23 +03:00
Fix tooltip not closing properly
This commit is contained in:
parent
662ad7bbe8
commit
6e3c3d84a7
1 changed files with 3 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue