1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix error

This commit is contained in:
Andrew Simachev 2025-02-27 20:36:00 +01:00
parent 7ef5894db5
commit ddc2d3d408
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 3975 additions and 2671 deletions

6644
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1084,7 +1084,7 @@ class UtilCommon {
return text;
};
match.forEach((m: any) => {
Array.from(match).forEach((m: any) => {
const m0 = String(m[0] || '');
const m1 = String(m[1] || '');
const m2 = String(m[2] || '');