We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219ade commit 38404e8Copy full SHA for 38404e8
src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js
@@ -339,7 +339,7 @@ function configureTextFilter() {
339
printAlphabet();
340
var input = $("#textfilter input");
341
resizeFilterBlock();
342
- input.bind("keydown", function(event) {
+ input.bind('keyup', function(event) {
343
if (event.keyCode == 27) { // escape
344
input.attr("value", "");
345
}
0 commit comments