fix: TaskDetails editor theme updated to work with latest version
This commit is contained in:
@ -514,6 +514,7 @@ const TaskDetails: React.FC<TaskDetailsProps> = ({
|
||||
<Editor
|
||||
defaultValue={task.description ?? ''}
|
||||
readOnly={user === null || !editTaskDescription}
|
||||
theme={dark}
|
||||
autoFocus
|
||||
onChange={(value) => {
|
||||
setSaveTimeout(() => {
|
||||
|
Reference in New Issue
Block a user