mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 15:25:23 +08:00
Fix bug 77436
This commit is contained in:
@ -231,8 +231,12 @@ define([
|
||||
this.diagramEditorView.setControlsDisabled(false);
|
||||
} else
|
||||
if (eventData.type == "shortcut") {
|
||||
if (eventData.data.key == 'escape')
|
||||
if (eventData.data.key == 'escape') {
|
||||
if (externalEditor) {
|
||||
externalEditor.serviceCommand('getChartData');
|
||||
}
|
||||
this.diagramEditorView.hide();
|
||||
}
|
||||
} else
|
||||
if (eventData.type == "canClose") {
|
||||
if (eventData.data.answer === true) {
|
||||
|
||||
Reference in New Issue
Block a user