Merge branch 'devops24_21092' into 'master'

Fix bug#21092

See merge request easycorp/zentaopms!2600
This commit is contained in:
李玉春
2022-03-29 06:19:09 +00:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -168,6 +168,8 @@ $(function()
container = null;
}
if($(ele).hasClass('create-bug-btn') || $(ele).hasClass('create-story-btn')) container = '#mainMenu'; // Fix bug #21092.
$e.closest('body').find('.tooltip-tutorial').tooltip('destroy');
var offset = $e.offset();
var winWidth = $(window).width();