We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233ab75 commit 4da868aCopy full SHA for 4da868a
src/controls/listItemComments/components/AddComment/AddComment.tsx
@@ -27,6 +27,7 @@ export const AddComment: React.FunctionComponent<IAddCommentProps> = (props: IAd
27
let _reactMentionStyles = reactMentionStyles;
28
29
const _onChange = useCallback((event, newValue: string, newPlainTextValue: string, mentions: MentionItem[]) => {
30
+ _reactMentionStyles = reactMentionStyles;
31
if (newValue) {
32
setSingleLine(false);
33
_reactMentionStyles["&multiLine"].control = { height: 63 };
0 commit comments