Made the typing wait before moving to the description

This commit is contained in:
xemeds
2020-07-19 17:43:23 +00:00
parent 896e41e8e4
commit cb286816fd
+1 -1
View File
@@ -31,7 +31,7 @@
}
else {
i = 0;
typeDesc();
setTimeout(typeDesc, 200)
}
}