|
@@ -38,7 +38,7 @@ export const adjustPasteData = (strFromBol: string, text: string): string => {
|
|
|
if (replacedLines == null) {
|
|
if (replacedLines == null) {
|
|
|
adjusted = '';
|
|
adjusted = '';
|
|
|
}
|
|
}
|
|
|
- else if (replacedLines.length === 1 && !matchResult) {
|
|
|
|
|
|
|
+ else if (!matchResult) {
|
|
|
adjusted = `${replacedLines.join('')}\n`;
|
|
adjusted = `${replacedLines.join('')}\n`;
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|