feat: Drop to import onto collection scene (#2005)

* Refactor to functional component

* feat: Basic drag and drop into collection
This commit is contained in:
Tom Moor
2021-04-05 19:05:27 -07:00
committed by GitHub
parent b4213e498c
commit 1101ea428b
10 changed files with 529 additions and 433 deletions

View File

@@ -23,7 +23,7 @@ class Mask extends React.Component<Props> {
}
render() {
return <Redacted width={this.width} />;
return <Redacted width={this.width} height={this.props.height} />;
}
}