mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Fix bug 77365
This commit is contained in:
@ -23000,7 +23000,7 @@
|
||||
*/
|
||||
ApiColorScaleCriterion.prototype.GetIndex = function() {
|
||||
//starts with 0
|
||||
return this.index + 1;
|
||||
return this.index;
|
||||
/*if (!this.colorScaleElement || !this.colorScaleElement.aCFVOs) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user