mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2025-02-07 21:19:19 +01:00
dont animate profileimage if dashboard is opening
This commit is contained in:
parent
a6fce8a7b9
commit
57bfba1387
@ -24,13 +24,6 @@ const hideDashboard = () => {
|
||||
|
||||
const toggleDashboard = () => {
|
||||
|
||||
// If profile anim is still running,
|
||||
// Return to avoid spam
|
||||
if (profileAnimRunning) return;
|
||||
|
||||
// Rotate profile
|
||||
rotateProfile();
|
||||
|
||||
if (rightDashboardVisibility) {
|
||||
// Hide search box
|
||||
hideDashboard();
|
||||
|
Loading…
Reference in New Issue
Block a user