restore spinner

pull/5370/head
filip mertens 1 year ago
parent 9b4d44a3e6
commit fe9a801587
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -1055,7 +1055,7 @@ export function Workspace() {
<i className="fas fa-spinner fa-pulse fa-2x"></i> <i className="fas fa-spinner fa-pulse fa-2x"></i>
</div> </div>
)} )}
{global.fs.mode === 'browser' && currentWorkspace !== NO_WORKSPACE && ( {!(global.fs.browser.isRequestingWorkspace || global.fs.browser.isRequestingCloning) && global.fs.mode === 'browser' && currentWorkspace !== NO_WORKSPACE && (
<div className="h-100 remixui_treeview" data-id="filePanelFileExplorerTree"> <div className="h-100 remixui_treeview" data-id="filePanelFileExplorerTree">
<FileExplorer <FileExplorer
fileState={global.fs.browser.fileState} fileState={global.fs.browser.fileState}

Loading…
Cancel
Save