Fix Bug 77849

This commit is contained in:
Julia.Radzhabova
2025-10-23 18:57:16 +03:00
parent 3415b653e2
commit 51bfe60e73

View File

@ -1303,7 +1303,7 @@ define([], function () {
}
var diagramEditor = this.getApplication().getController('Common.Controllers.ExternalDiagramEditor').getView('Common.Views.ExternalDiagramEditor');
if (diagramEditor && diagramEditor.isVisible()) {
if (diagramEditor && diagramEditor.isVisible() && me._state.currentChartRect) {
let x, y;
this.checkEditorOffsets();