Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Jul 21, 2024
1 parent d0c9df2 commit 14898a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@
}
.search-jumper-tips .markdown {
white-space: pre-wrap;
line-height: 1;
line-height: 1.2;
text-align: initial;
margin: 10px;
display: block;
Expand Down Expand Up @@ -9605,7 +9605,7 @@
if (keywords != cacheKeywords) {
cacheKeywords = keywords;
self.keywordIndex = 0;
storage.setItem("cacheKeywords", keywords);
if (isPage) storage.setItem("cacheKeywords", keywords);
}
inputString = keywords;
}
Expand Down

0 comments on commit 14898a0

Please sign in to comment.