fix: Unable to focus into description in collection edit

This commit is contained in:
Tom Moor
2020-01-02 22:49:40 -08:00
parent 9c66a14fec
commit 7bbddcaebf
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ class InputRich extends React.Component<Props> {
<Editor
onBlur={this.handleBlur}
onFocus={this.handleFocus}
grow
{...rest}
/>
) : (