Merge branch 'main' into feat/markdown-format-bar-above
This commit is contained in:
commit
e540b1e4a9
18 changed files with 127 additions and 136 deletions
|
@ -64,8 +64,9 @@ export class MarkdownTextArea extends Component<
|
|||
MarkdownTextAreaProps,
|
||||
MarkdownTextAreaState
|
||||
> {
|
||||
private id = `comment-textarea-${randomStr()}`;
|
||||
private formId = `comment-form-${randomStr()}`;
|
||||
private id = `markdown-textarea-${randomStr()}`;
|
||||
private formId = `markdown-form-${randomStr()}`;
|
||||
|
||||
private tribute: any;
|
||||
|
||||
state: MarkdownTextAreaState = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue