purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
170 stars 47 forks source link

S key shortcut doesn't trigger focus onto search bar when the current search returns only one page of results #426

Open jy14898 opened 3 years ago

jy14898 commented 3 years ago

The culprit seems to be the code for the "Load more results" button crashing, causing other javascript to not be executed.

A link to reproduce the issue: https://pursuit.purescript.org/search?q=NoResults

The error in the console: TypeError: link is null Pursuit.js:164:13

hdgarrood commented 3 years ago

Oops! Thanks for the report.