From af88d2c47e7ce5e7c515f81dc6b2c6031c095621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= <Syuilotan@yahoo.co.jp> Date: Sun, 19 Mar 2017 18:26:40 +0900 Subject: [PATCH] Update drive.tag --- src/web/app/mobile/tags/drive.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag index 885b5f30e7..7770bd66be 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 && files.length == 0 && folders.length == 0 }> + <div class="fetching" if={ fetching && file == null && files.length == 0 && folders.length == 0 }> <div class="spinner"> <div class="dot1"></div> <div class="dot2"></div>