sanity
sanity copied to clipboard
block option spellCheck not working
spellcheck option is on for every block type even if set to false
i have used …
{
title: 'Text',
name: 'text',
type: 'array',
of: [{type: 'block'}],
options: { spellCheck: false },
}
… but spellcheck still appears
sanity version:
"@sanity/base": "^2.30.1",
"@sanity/core": "^2.30.2",