mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Fix bug 78419
This commit is contained in:
@ -2909,7 +2909,7 @@ function (window, undefined) {
|
||||
arr.push(v);
|
||||
}
|
||||
});
|
||||
} else if (arg0 instanceof cArea) {
|
||||
} else if (arg0.type === cElementType.cellsRange || arg0.type === cElementType.cellsRange3D) {
|
||||
arg0.foreach2(function (v) {
|
||||
if (v instanceof cNumber) {
|
||||
arr.push(v);
|
||||
|
||||
Reference in New Issue
Block a user