fix: disable a11ychecker and powerpaste plugins (#437)

This commit is contained in:
Jesper Hodge
2023-12-14 15:09:04 -05:00
committed by GitHub
parent 56ffc495dd
commit 287cc23ee7

View File

@@ -67,7 +67,7 @@ export const plugins = listKeyStore([
'image',
'imagetools',
'quickbars',
// We are disabling these plugins for now until local development and stubbed versions work
// temporarily disable these plugins since they throw a bug in local development
// 'a11ychecker',
// 'powerpaste',
]);