Fix tooltip not closing properly (#1665)

Fix tooltip not closing properly
10.7.0-preview
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
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: {