mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +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');
|
||||
if (diagramEditor && diagramEditor.isVisible()) {
|
||||
if (diagramEditor && diagramEditor.isVisible() && me._state.currentChartRect) {
|
||||
let x, y;
|
||||
this.checkEditorOffsets();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user