pull/5370/head
bunsenstraat 3 years ago
parent 61b19d4964
commit 8a5c2adcd0
  1. 1
      libs/remix-ui/panel/src/lib/main/main-panel.tsx

@ -47,6 +47,7 @@ const RemixUIMainPanel = () => {
{(pluginRecord.profile.name === 'terminal') ? <DragBar key='dragbar-terminal' hidden={pluginRecord.minimized || false} setHideStatus={() => {}} refObject={terminalRef}></DragBar> : null}
<RemixUIPanelPlugin
ref={refs[i]}
key={pluginRecord.profile.name}
pluginRecord={pluginRecord}
/>
</React.Fragment>

Loading…
Cancel
Save