started splitting of into components
This commit is contained in:
parent
c31074de4b
commit
17e49c23d8
8 changed files with 686 additions and 158 deletions
|
@ -224,10 +224,6 @@ const Editor: Component<{ root: FileSystemDirectoryHandle }> = (props) => {
|
|||
return existingFiles.concat(newFiles);
|
||||
});
|
||||
|
||||
// createEffect(() => {
|
||||
// console.log(mutatedData());
|
||||
// });
|
||||
|
||||
createEffect(() => {
|
||||
const directory = props.root;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue