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:
parent
7ef5894db5
commit
ddc2d3d408
2 changed files with 3975 additions and 2671 deletions
6644
package-lock.json
generated
6644
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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] || '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue