Profile picture cropping coded
This commit is contained in:
@ -15,6 +15,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
openSearchBar();
|
||||
}
|
||||
|
||||
// Escape key
|
||||
else if (e.keyCode == 27 && navBar.classList.contains("search-mode")) {
|
||||
closeSearchBar();
|
||||
}
|
||||
|
Reference in New Issue
Block a user