From f2465ca11fe2649c5a1c7d170baaf3778035711a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 9 May 2020 15:55:00 +0900 Subject: fix(client): Fix bug that cannot set custom texture --- src/client/scripts/select-file.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/scripts') diff --git a/src/client/scripts/select-file.ts b/src/client/scripts/select-file.ts index 70e68e88c0..65232d3daa 100644 --- a/src/client/scripts/select-file.ts +++ b/src/client/scripts/select-file.ts @@ -51,6 +51,7 @@ export function selectFile(component: any, src: any, label: string | null, multi }); }; + // TODO const chooseFileFromUrl = () => { }; -- cgit v1.2.3-freya