summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-09 15:55:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-09 15:55:00 +0900
commitf2465ca11fe2649c5a1c7d170baaf3778035711a (patch)
tree23824c6d59084d10e84dfa89ea334dedfac67a3c /src/client/scripts
parentfeat(client): Reimplement Misskey Rooms (diff)
downloadsharkey-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')
-rw-r--r--src/client/scripts/select-file.ts1
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 = () => {
};