props.state.isAnyDevtoolsPluginOpen
? props.state.pluginsHeight
// show the small not resize-able panel with buttons or nothing
: props.state.isAnyPluginToShow ? PLUGIN_BAR_HEIGHT : 0)}
onChange={animationFrameDebounce(updatePluginsHeight)}
>
{props.state.spec
?
: (
)}
props.state.pluginsHeight)}
/>