Ankur Agrawal

Results 1 comments of Ankur Agrawal

I was also facing the same issue: Workaround (that worked for me): `createPlateEditor({ plugins: plugins?.filter( (plugin) => plugin?.key !== 'toggle' && plugin?.key !== 'blockSelection' ), })`