Fix line break position problem
This commit is contained in:
parent
4a295ac4b4
commit
26914eaba8
|
@ -64,8 +64,9 @@ class Translate {
|
|||
|
||||
//翻訳文を取得
|
||||
for (const response of result.response[0]) {
|
||||
resultData.resultText += `${response[0]}\n`;
|
||||
resultData.resultText += response[0];
|
||||
}
|
||||
resultData.resultText += '\n';
|
||||
|
||||
//訳候補を取得
|
||||
if (result.response[1]) {
|
||||
|
|
Loading…
Reference in a new issue