[DE PE SSE] Fix hint manager
This commit is contained in:
parent
a981170ba4
commit
acf7f5c9b7
|
@ -134,7 +134,7 @@ Common.UI.HintManager = new(function() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (_isEditDiagram) {
|
if (_isEditDiagram) {
|
||||||
_currentSection = [$(window.parent.document).find('.advanced-settings-dlg')[0], window.document];
|
_currentSection = [$(window.parent.document).find('.advanced-settings-dlg:visible')[0], window.document];
|
||||||
} else if ($('#file-menu-panel').is(':visible')) {
|
} else if ($('#file-menu-panel').is(':visible')) {
|
||||||
_currentSection = $('#file-menu-panel');
|
_currentSection = $('#file-menu-panel');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue