wip: panel plugin not found

This commit is contained in:
Torkel Ödegaard
2018-11-12 17:54:44 +01:00
parent 7a30220d01
commit 119e94f745
5 changed files with 40 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ export class EditorTabBody extends PureComponent<Props, State> {
{toolbarItems.map(item => this.renderButton(item))}
</div>
<div className="panel-editor__scroll">
<CustomScrollbar>
<CustomScrollbar autoHide={false}>
<div className="panel-editor__content">
<FadeIn in={openView !== null} duration={200}>
{openView && this.renderOpenView(openView)}