[WEB-2233] fix: intake issue comment (#5368)
* fix: intake issue comment * chore: issue comment improvement
This commit is contained in:
parent
4a71eef72e
commit
3e83eed398
9 changed files with 34 additions and 32 deletions
|
|
@ -94,11 +94,7 @@ export const LiteTextEditor = React.forwardRef<EditorRefApi, LiteTextEditorWrapp
|
|||
}
|
||||
}}
|
||||
handleAccessChange={handleAccessChange}
|
||||
handleSubmit={() => {
|
||||
if (isMutableRefObject<EditorRefApi>(ref)) {
|
||||
rest.onEnterKeyPress?.(ref.current?.getHTML() ?? "");
|
||||
}
|
||||
}}
|
||||
handleSubmit={(e) => rest.onEnterKeyPress?.(e)}
|
||||
isCommentEmpty={isEmpty}
|
||||
isSubmitting={isSubmitting}
|
||||
showAccessSpecifier={showAccessSpecifier}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue