fix: add missing rich-markdown-editor dependency

fixes #122
This commit is contained in:
Jordan Knott
2021-09-04 12:15:38 -05:00
parent 05799fce90
commit 2b4f94117c
5 changed files with 43 additions and 4 deletions

View File

@ -515,7 +515,6 @@ const TaskDetails: React.FC<TaskDetailsProps> = ({
defaultValue={task.description ?? ''}
readOnly={user === null || !editTaskDescription}
autoFocus
theme={dark}
onChange={(value) => {
setSaveTimeout(() => {
clearTimeout(saveTimeout);