add:输入框清空按钮

This commit is contained in:
lan
2022-12-27 10:01:10 +08:00
parent 32c2fef57c
commit 96a926875f
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class FileSystemStorage:
tasks = [self.delete_file(text) for text in texts]
await asyncio.gather(*tasks)
def judge_delete_folder(self, filepath):
async def judge_delete_folder(self, filepath):
currpath = os.path.dirname(filepath)
if os.listdir(currpath):
return