* Fix bug#21095,21093

This commit is contained in:
zenggang
2022-03-29 09:37:55 +00:00
parent 54852b1c3e
commit d9e58c3f17
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -169,6 +169,7 @@ $(function()
}
if($(ele).hasClass('create-bug-btn') || $(ele).hasClass('create-story-btn')) container = '#mainMenu'; // Fix bug #21092.
if(!container && $(ele).hasClass('form-control')) container = '.table-form'; // Fix bug #21093
$e.closest('body').find('.tooltip-tutorial').tooltip('destroy');
var offset = $e.offset();