mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-13 07:25:07 +00:00
improve map info handling
This commit is contained in:
parent
94bca6f35c
commit
b833c34110
25 changed files with 33 additions and 32 deletions
|
|
@ -239,7 +239,7 @@ export function MapInfoDialog({
|
|||
if (trimmed.match(/^-+\s/)) {
|
||||
quoteAttrib = trimmed.replace(/^-+\s*/, "").trim();
|
||||
} else if (trimmed) {
|
||||
quoteText += (quoteText ? " " : "") + trimmed;
|
||||
quoteText += (quoteText ? "\n" : "") + trimmed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue