fix(client): Fix bug that cannot set custom texture

This commit is contained in:
syuilo
2020-05-09 15:55:00 +09:00
parent 0294061c00
commit f2465ca11f
2 changed files with 5 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ export function selectFile(component: any, src: any, label: string | null, multi
});
};
// TODO
const chooseFileFromUrl = () => {
};