From cd417d38260d1cf8b70e7e4d3e41a557d6b97aba Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 3 Feb 2021 13:05:30 +0100 Subject: [PATCH] Fix search stuck with no results --- www/common/drive-ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 39cb80556..b121348a5 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3341,6 +3341,7 @@ define([ if (!filesList.length) { $list.append(h('div.cp-app-drive-search-noresult', Messages.fm_noResult)); spinner.hide(); + searching = false; return; } var sortable = {};