Merge pull request #2154 from ONLYOFFICE/fix/bugfix

Fix Bug 60274
This commit is contained in:
Julia Radzhabova 2022-12-21 18:09:30 +03:00 committed by GitHub
commit 28a18edbf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ define([ 'text!spreadsheeteditor/main/app/template/WatchDialog.template',
win.show(xy.left + 65, xy.top + 77);
win.setSettings({
api : me.api,
range : me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()) + '!' + me.api.asc_getActiveRangeStr(Asc.referenceType.A),
range : me.api.asc_getEscapeSheetName(me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex())) + '!' + me.api.asc_getActiveRangeStr(Asc.referenceType.A),
type : Asc.c_oAscSelectionDialogType.Chart
});
}