chore: removed todo
mellbacon committed
Nov 3, 2023 at 19:39 UTC
5879ab0903fce5d1d7b7176fcd5b8843cc98a86a
1 file changed
-1
src/lib/Tab/Tab.ts
-1
@@ -73,7 +73,6 @@ export class Tab {
73
}
74
let fileData = {text: "", encoding: "UTF-8", extension: "", bom: false};
75
try {
76
- // TODO: Fix performance issues/loading times on large files
76
fileData = await invoke("read_file", {path: path});
77
} catch (error) {
78
warn(`Can't read file content in ${path}. Setting to empty string. Error: ${error}`, {file: "Tab.ts", line: 79});