fix: word解析失败

This commit is contained in:
archer
2023-04-05 11:16:12 +08:00
parent ec22cd8320
commit 5feb2e19bf
2 changed files with 9 additions and 5 deletions

View File

@@ -70,7 +70,6 @@ const SelectFileModal = ({
.join(' ')
.replace(/(\\n|\n)+/g, '\n');
setFileText(fileTexts);
console.log(encode(fileTexts));
} catch (error: any) {
console.log(error);
toast({