diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-08 04:17:53 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-08 04:17:53 +0900 |
| commit | 841c8d619fceb99b4494e7d62c2cd8594f72bdf2 (patch) | |
| tree | aff2f522b8e3413e2aff3f85ec35b85fa1c91d1d /src/client/app/common/scripts | |
| parent | 11.24.0の注意書きを追記 (#5108) (diff) | |
| download | sharkey-841c8d619fceb99b4494e7d62c2cd8594f72bdf2.tar.gz sharkey-841c8d619fceb99b4494e7d62c2cd8594f72bdf2.tar.bz2 sharkey-841c8d619fceb99b4494e7d62c2cd8594f72bdf2.zip | |
既定のアップロード先フォルダを設定できるように
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/post-form.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/post-form.ts b/src/client/app/common/scripts/post-form.ts index 7cd2e7c310..1d93b4c268 100644 --- a/src/client/app/common/scripts/post-form.ts +++ b/src/client/app/common/scripts/post-form.ts @@ -245,7 +245,7 @@ export default (opts) => ({ }, upload(file) { - (this.$refs.uploader as any).upload(file); + (this.$refs.uploader as any).upload(file, this.$store.state.settings.uploadFolder); }, onChangeUploadings(uploads) { |