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 68fa926 commit 233ab75Copy full SHA for 233ab75
src/controls/listItemComments/components/AddComment/AddComment.tsx
@@ -27,7 +27,6 @@ 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
- let _reactMentionStyles = reactMentionStyles;
31
if (newValue) {
32
setSingleLine(false);
33
_reactMentionStyles["&multiLine"].control = { height: 63 };
0 commit comments