mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:55:34 +08:00
[SSE] Fix list for custom format.
This commit is contained in:
@ -466,7 +466,7 @@ define([
|
||||
|
||||
} else {
|
||||
var info = new Asc.asc_CFormatCellsInfo();
|
||||
info.asc_setType(Asc.c_oAscNumFormatType.None);
|
||||
info.asc_setType(Asc.c_oAscNumFormatType.Custom);
|
||||
info.asc_setSymbol(valSymbol);
|
||||
|
||||
var formatsarr = this.api.asc_getFormatCells(info),
|
||||
|
||||
Reference in New Issue
Block a user