mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 09:15:02 +03:00
fix: Enable spellcheck on all textareas
This commit is contained in:
@@ -168,7 +168,6 @@ const AddTask = React.memo(({ children, taskListId, isOpened, onClose }) => {
|
||||
placeholder={t('common.enterTaskDescription')}
|
||||
maxLength={1024}
|
||||
minRows={2}
|
||||
spellCheck={false}
|
||||
className={styles.field}
|
||||
onKeyDown={handleFieldKeyDown}
|
||||
onChange={handleFieldChange}
|
||||
|
||||
Reference in New Issue
Block a user