Merge pull request #390 from toeverything/feat/route

Feat/route
This commit is contained in:
DarkSky
2022-09-09 02:03:53 +08:00
committed by GitHub
30 changed files with 124 additions and 138 deletions

View File

@@ -164,9 +164,6 @@ export const CodeView = ({ block, editor }: CreateCodeView) => {
};
useEffect(() => {
handleLangChange(langType ? langType : DEFAULT_LANG);
// setTimeout(() => {
// focusCode();
// }, 100);
}, []);
const copyCode = () => {