This commit is contained in:
Allen
2018-09-29 14:46:29 +08:00
committed by GitHub
parent 02d566bb32
commit 2c68f22646
@@ -58,7 +58,7 @@ export const save = (
}
) => {
FileSaver.saveAs(
new Blob(['\ufeff', content], { type: 'text/plain;charset=utf-8' }),
new Blob([content], { type: 'text/plain;charset=utf-8' }),
fileName,
noAutoBOM
);