Skip to content

Commit

Permalink
fixed mobile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuliusRoolf committed Oct 28, 2024
1 parent 9b185e1 commit f75502e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/scripts/handle_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function projectsAddEventListeners(document) {
portfolioContainer.addEventListener('pointerdown', function (event) {
var button = event.target.closest('.project__button');
if (button && window.innerWidth < 768) {
showTouchSelectedProject(button);
return;
}
if (button && !isTouch) {
Expand Down

0 comments on commit f75502e

Please sign in to comment.