mirror of
https://github.com/nextcloud/server.git
synced 2026-03-14 22:53:43 -04:00
Merge pull request #18125 from owncloud/filelist-emptycontentduringmask
Make sure to hide empty content message when mask is shown
This commit is contained in:
commit
09ca2e0291
1 changed files with 1 additions and 0 deletions
|
|
@ -1677,6 +1677,7 @@
|
|||
}
|
||||
|
||||
this.$table.addClass('hidden');
|
||||
this.$el.find('#emptycontent').addClass('hidden');
|
||||
|
||||
$mask = $('<div class="mask transparent"></div>');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue