mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: description editor fixes
This commit is contained in:
@@ -84,7 +84,6 @@ export const IssueDescriptionInput: FC<IssueDescriptionInputProps> = observer((p
|
||||
dragDropEnabled
|
||||
customClassName="min-h-[150px] shadow-sm"
|
||||
onChange={(description: Object, description_html: string) => {
|
||||
// setShowAlert(true);
|
||||
setIsSubmitting("submitting");
|
||||
setDescriptionHTML(description_html);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user