added setTimeout to sync with image revealing
This commit was merged in pull request #40.
This commit is contained in:
@@ -29,7 +29,7 @@ function BlogDetail() {
|
||||
} catch (err) {
|
||||
console.log("Error loading blogdata", err);
|
||||
} finally {
|
||||
setIsLoading(false);
|
||||
setTimeout(() => setIsLoading(false), 1500);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user