- handleChange(code)}
- highlight={(code) => highlight(code, language)}
- padding={10}
- preClassName={`code-block-wrapper ${data.style} language-mermaid`}
- />
+ handleChange(code)} highlight={(code) => highlight(code, language)} padding={10} preClassName={`code-block-wrapper ${data.style} language-mermaid`} />
);
diff --git a/src/components/Editor/Editor.tsx b/src/components/Editor/Editor.tsx
index 1e2f859..16223ce 100644
--- a/src/components/Editor/Editor.tsx
+++ b/src/components/Editor/Editor.tsx
@@ -1,3 +1,4 @@
+/* eslint-disable jsx-a11y/no-autofocus */
import * as React from 'react';
type Padding