|
|
@ -116,7 +116,7 @@ function CommentForm (props) {
|
|
|
|
wrapStyle={{
|
|
|
|
wrapStyle={{
|
|
|
|
height: showQuill ? 'auto' : '0px',
|
|
|
|
height: showQuill ? 'auto' : '0px',
|
|
|
|
opacity: showQuill ? 1 : 0,
|
|
|
|
opacity: showQuill ? 1 : 0,
|
|
|
|
overflow: showQuill ? 'none' : 'hidden',
|
|
|
|
overflow: showQuill ? 'none' : 'none',
|
|
|
|
transition: 'all 0.3s'
|
|
|
|
transition: 'all 0.3s'
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
autoFocus={focus}
|
|
|
|
autoFocus={focus}
|
|
|
|