mirror of
https://github.com/plankanban/planka.git
synced 2025-07-28 09:39:43 +02:00
fix: Enable spellcheck on all textareas
This commit is contained in:
parent
71b4fd32cc
commit
adf60c0c74
8 changed files with 0 additions and 8 deletions
|
@ -76,7 +76,6 @@ const EditName = React.memo(({ listId, onClose }) => {
|
|||
as={TextareaAutosize}
|
||||
value={value}
|
||||
maxLength={128}
|
||||
spellCheck={false}
|
||||
className={styles.field}
|
||||
onClick={handleFieldClick}
|
||||
onKeyDown={handleFieldKeyDown}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue