Skip to content

Commit

Permalink
fix(Mention): pass autoResize props to inner component (#7374)
Browse files Browse the repository at this point in the history
* fix: pass autoResize props to inner component

* remove: console
  • Loading branch information
KumJungMin authored Oct 26, 2024
1 parent e7c7c18 commit 6c1913f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/mention/Mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ export const Mention = React.memo(
style: props.inputStyle,
...inputProps,
unstyled: props.unstyled,
autoResize: props.autoResize,
onFocus: onFocus,
onBlur: onBlur,
onKeyDown: onKeyDown,
Expand Down

0 comments on commit 6c1913f

Please sign in to comment.