Fix Bug 58979

This commit is contained in:
Julia Radzhabova 2022-09-14 13:09:52 +03:00
parent 6424f38e7d
commit fe6f3b9820

View file

@ -675,7 +675,9 @@ Common.UI.HintManager = new(function() {
$('.hint-div').remove();
}
if ($('iframe').length > 0) {
try {
$('iframe').contents().find('.hint-div').remove();
} catch (e) {}
}
};