fix: mentions not working in any editor (#4915)
This commit is contained in:
parent
1c8e709870
commit
dcbd974ac5
2 changed files with 4 additions and 4 deletions
|
|
@ -456,7 +456,7 @@ export const IssueFormRoot: FC<IssueFormProps> = observer((props) => {
|
|||
ref={editorRef}
|
||||
tabIndex={getTabIndex("description_html")}
|
||||
placeholder={getDescriptionPlaceholder}
|
||||
containerClassName="pt-3 min-h-[150px] max-h-64 overflow-y-auto vertical-scrollbar scrollbar-sm"
|
||||
containerClassName="pt-3 min-h-[150px]"
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue