parent
9ab99363b5
commit
77b732bf40
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ editor = {
|
|||
editor._scan_waits = false;
|
||||
|
||||
if (!data.length) return;
|
||||
if (now-1500 < editor._last_result) return;
|
||||
if (now-2000 < editor._last_result) return;
|
||||
editor._last_result = now;
|
||||
|
||||
// ignore this scan?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue