fix #631
This commit is contained in:
parent
1266ae2983
commit
a12e969bd1
|
@ -192,6 +192,8 @@ export function LinkForm ({ item, sub, editThreshold, children }) {
|
||||||
label='context'
|
label='context'
|
||||||
name='text'
|
name='text'
|
||||||
minRows={2}
|
minRows={2}
|
||||||
|
// https://github.com/Andarist/react-textarea-autosize/pull/371
|
||||||
|
style={{ width: 'auto' }}
|
||||||
/>
|
/>
|
||||||
</AdvPostForm>
|
</AdvPostForm>
|
||||||
<ItemButtonBar itemId={item?.id} disable={postDisabled}>
|
<ItemButtonBar itemId={item?.id} disable={postDisabled}>
|
||||||
|
|
Loading…
Reference in New Issue