diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-05-09 15:55:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-05-09 15:55:00 +0900 |
| commit | f2465ca11fe2649c5a1c7d170baaf3778035711a (patch) | |
| tree | 23824c6d59084d10e84dfa89ea334dedfac67a3c /src/client/scripts/select-file.ts | |
| parent | feat(client): Reimplement Misskey Rooms (diff) | |
| download | sharkey-f2465ca11fe2649c5a1c7d170baaf3778035711a.tar.gz sharkey-f2465ca11fe2649c5a1c7d170baaf3778035711a.tar.bz2 sharkey-f2465ca11fe2649c5a1c7d170baaf3778035711a.zip | |
fix(client): Fix bug that cannot set custom texture
Diffstat (limited to 'src/client/scripts/select-file.ts')
| -rw-r--r-- | src/client/scripts/select-file.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 = () => { }; |