shaking removed

This commit is contained in:
Burak Civan
2022-12-13 10:57:11 +03:00
parent 453ac0c230
commit 0dfd1a19c7
19 changed files with 53 additions and 46 deletions

View File

@ -220,7 +220,7 @@ function runDropdown(dropdownToggleEl) {
dropdownMenuEl.classList.remove("block");
return;
}
debugger;
dropdownMenuEl.classList.add("block");
dropdownMenuEl.classList.remove("hidden");
}