fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 16 additions and 17 deletions
Showing only changes of commit f1af1ee1bd - Show all commits

View file

@ -46,8 +46,7 @@
<style>
.loader {
opacity: 0 !important;
filter: opacity(0);
/* filter: opacity(0); Problem in recent Chrome 68+ */
}
</style>
</head>
@ -56,5 +55,4 @@
<div id="root" class="loader"></div>
</body>
</html>

View file

@ -444,6 +444,7 @@ export class KBService {
});
}
);
// TODO Use envoding based on BOM
Fs.createReadStream(filePath, {
encoding: "UCS-2"
}).pipe(parser);