Remove show div after applyExplorerBindings (#797)

This commit is contained in:
Steve Faulkner
2021-05-18 23:41:44 -05:00
committed by GitHub
parent ae76fb0258
commit c2de2f2eec
2 changed files with 2 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ const App: React.FunctionComponent = () => {
return (
<div className="flexContainer">
<div id="divExplorer" className="flexContainer hideOverflows" style={{ display: "none" }}>
<div id="divExplorer" className="flexContainer hideOverflows">
{/* Main Command Bar - Start */}
<div data-bind="react: commandBarComponentAdapter" />
{/* Collections Tree and Tabs - Begin */}