Fix SplashScreen/Tabs Visible bug (#570)

This commit is contained in:
Steve Faulkner 2021-03-19 12:53:34 -05:00 committed by GitHub
parent 316fe7e8bb
commit ddf59d6b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ const App: React.FunctionComponent = () => {
{/* Splitter - End */}
</div>
{/* Collections Tree - End */}
<div className="connectExplorerContainer" data-bind="tabsManager.openedTabs().length === 0">
<div className="connectExplorerContainer" data-bind="visible: tabsManager.openedTabs().length === 0">
<form className="connectExplorerFormContainer">
<SplashScreen explorer={explorer} />
</form>