mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix Bug 77849
This commit is contained in:
@ -1303,7 +1303,7 @@ define([], function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var diagramEditor = this.getApplication().getController('Common.Controllers.ExternalDiagramEditor').getView('Common.Views.ExternalDiagramEditor');
|
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;
|
let x, y;
|
||||||
this.checkEditorOffsets();
|
this.checkEditorOffsets();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user