summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-19 01:16:55 +0900
committersyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-19 01:16:55 +0900
commit7fc055568499bc9f9e9b563337b7a015b96167b8 (patch)
tree463e662399ac29c3d4c9ce533eab0861beb8ae14 /src
parent1373 (diff)
downloadmisskey-7fc055568499bc9f9e9b563337b7a015b96167b8.tar.gz
misskey-7fc055568499bc9f9e9b563337b7a015b96167b8.tar.bz2
misskey-7fc055568499bc9f9e9b563337b7a015b96167b8.zip
Update drive.tag
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/drive.tag3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag
index 7edf1723d6..0375fa564c 100644
--- a/src/web/app/mobile/tags/drive.tag
+++ b/src/web/app/mobile/tags/drive.tag
@@ -41,7 +41,7 @@
<p if={ folder != null }>このフォルダーは空です</p>
</div>
</div>
- <div class="fetching" if={ fetching }>
+ <div class="fetching" if={ fetching && files.length == 0 && folders.length == 0 }>
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
@@ -441,6 +441,7 @@
this.api('drive/files/show', {
file_id: file
}).then(file => {
+ this.fetching = false;
this.file = file;
this.folder = null;
this.hierarchyFolders = [];