fix read file
This commit is contained in:
@@ -37,6 +37,7 @@ class View {
|
||||
|
||||
openFile(fileread) {
|
||||
let textArea = document.getElementsByTagName("textarea")[0];
|
||||
textArea.value = fileread;
|
||||
}
|
||||
|
||||
removeDirTree() {
|
||||
|
||||
Reference in New Issue
Block a user