forked from MapComplete/MapComplete
Add import from notes functionality
This commit is contained in:
parent
2697feebe0
commit
6999a73d44
41 changed files with 545 additions and 1043 deletions
2
Utils.ts
2
Utils.ts
|
@ -277,7 +277,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
}
|
||||
v = v.replace(/\n/g, "<br/>")
|
||||
}
|
||||
txt = txt.replace("{" + key + "}", v ?? "")
|
||||
txt = txt.replace("{" + key + "}", v)
|
||||
match = txt.match(regex)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue