feat(code): remove unused comment

This commit is contained in:
tzhangchi
2022-09-08 19:09:28 +08:00
parent 5b7e1a06ba
commit 61c266057a
@@ -162,9 +162,6 @@ export const CodeView = ({ block, editor }: CreateCodeView) => {
};
useEffect(() => {
handleLangChange(langType ? langType : DEFAULT_LANG);
// setTimeout(() => {
// focusCode();
// }, 100);
}, []);
const copyCode = () => {