Skip to content

Commit

Permalink
исправление ошибок
Browse files Browse the repository at this point in the history
  • Loading branch information
marijachernova committed Nov 22, 2024
1 parent 4ab5f72 commit 7d3b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/big-picture.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function hideBigPicture () {
bigPictureElement.classList.add('hidden');
bodyElement.classList.remove('modal-open');
document.removeEventListener('keydown', onDocumentKeydown);
};
}

const onCancelButtonClick = () => {
hideBigPicture();
Expand Down

0 comments on commit 7d3b324

Please sign in to comment.