improve map info handling

This commit is contained in:
Brian Beck 2026-02-19 07:07:13 -08:00
parent 94bca6f35c
commit b833c34110
25 changed files with 33 additions and 32 deletions

View file

@ -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;
}
}
}