minor
This commit is contained in:
parent
07f2f8081b
commit
40299a28e3
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ ace.BackgroundTokenizer.prototype.start = function(startRow) {
|
|||
|
||||
if (!this.running) {
|
||||
clearTimeout(this.running);
|
||||
// pretty long delay to prevent the tokenizer from interfering with the user
|
||||
this.running = setTimeout(this._worker, 200);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue