Skip to content

Commit a7ba8f4

Browse files
authored
Merge pull request #624 from typelevel/bump-proto
Bump to latest protosearch with debouncing
2 parents 2084139 + 4b15057 commit a7ba8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//> using dep org.graalvm.js:js:25.0.2
55
//> using dep org.webjars.npm:katex:0.16.28
66
//> using dep org.webjars.npm:fortawesome__fontawesome-free:7.1.0
7-
//> using dep pink.cozydev::protosearch-laika:0.0-fa9dd83-SNAPSHOT
7+
//> using dep pink.cozydev::protosearch-laika:0.0-7f79720-SNAPSHOT
88
//> using repository https://central.sonatype.com/repository/maven-snapshots
99
//> using option -deprecation
1010

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ searchWorker.onmessage = function (e) {
5656
}
5757

5858
function onSearchInput(event) {
59-
searchWorker.postMessage(event.target.value || "");
59+
searchWorker.postMessage({"query": event.target.value || ""});
6060
}
6161

6262
// Keyboard shortcuts: `/` to open, `Escape` to close

0 commit comments

Comments
 (0)