mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
hide banner if there are files
This commit is contained in:
@ -311,6 +311,7 @@
|
||||
|
||||
if (collectionRecents.size() > 0 || collectionRecovers.size() > 0) {
|
||||
this.dndZone.hide();
|
||||
this.view.$panel.find('#area-welcome').hide();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user