nitdoc: set timeout on keypress to limit quicksearch overhead
[nit.git] / share / nitdoc / js / plugins / quicksearch.js
index db7d693..32204a4 100644 (file)
@@ -99,7 +99,7 @@ define([
                                        this.closeTable();
                                        break;
                                default: // Other keys
-                                       this.search();
+                                       utils.delayEvent($.proxy(this.search, this));
                                        break;
                        }
                },