mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
[SSE] Bug 38362. Don't lock chart object when change chart type from toolbar
This commit is contained in:
@ -959,7 +959,7 @@ define([
|
||||
}
|
||||
} else if (!isSpark) {
|
||||
var ischartedit = ( type == Asc.c_oAscSelectionType.RangeChart || type == Asc.c_oAscSelectionType.RangeChartText);
|
||||
props = me.api.asc_getChartObject();
|
||||
props = me.api.asc_getChartObject(true); // don't lock chart object
|
||||
if (props) {
|
||||
props.putType(record.get('type'));
|
||||
var range = props.getRange(),
|
||||
|
||||
Reference in New Issue
Block a user