* Fix bug#21092

This commit is contained in:
zenggang
2022-03-29 02:11:46 +00:00
parent fe3cbd34d1
commit f6e4a00c25
+2
View File
@@ -168,6 +168,8 @@ $(function()
container = null;
}
if($(ele).hasClass('create-bug-btn')) container = '.btn-toolbar.pull-right'; // Fix bug #21092.
$e.closest('body').find('.tooltip-tutorial').tooltip('destroy');
var offset = $e.offset();
var winWidth = $(window).width();