Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Dec 4, 2024
1 parent 849192d commit c1aafbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const initSearchModal = () => {

// Open when / is pressed
document.addEventListener("keydown", (event) => {
if (event.target.contentEditable === 'true') {
if (event.target.contentEditable === "true") {
return;
}

Expand Down

0 comments on commit c1aafbd

Please sign in to comment.