fix(editor): gap between block

This commit is contained in:
austaras
2022-08-11 19:00:52 +08:00
parent 6060a81cc3
commit 11c7e3ad83
5 changed files with 11 additions and 6 deletions
+1
View File
@@ -76,6 +76,7 @@ export const FileSystem = () => {
onSelected();
} catch (e) {
setError(true);
onSelected();
setTimeout(() => setError(false), 3000);
}
}}