Content-Length: 265180 | pFad | http://github.com/lowcoder-org/lowcoder/commit/1873519ec93bf47757cb3c9b5daf4f859c13f10d

8A small fix · lowcoder-org/lowcoder@1873519 · GitHub
Skip to content

Commit 1873519

Browse files
small fix
1 parent 2f4504f commit 1873519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/base/codeEditor/autoFormat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function formatJsonWithJsSnippetsImpl(text: string) {
130130
return segment;
131131
}));
132132

133-
return (await formattedJSON).replace(/("{{\d+}}")|({{\d+}})|(\\\\{\\\\{\d+\\\\}\\\\})/g, (s) => {
133+
return (await formattedJSON).replace(/("{{\d+}}")|({{\d+}})|(\\\\{\\\\{\d+\\\\}\\\\})/g, (s: string) => {
134134
const index = parseInt(
135135
s.startsWith('"{{') ? s.slice(3, -3) : s.startsWith("{{") ? s.slice(2, -2) : s.slice(6, -6)
136136
);

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/1873519ec93bf47757cb3c9b5daf4f859c13f10d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy