Commit 51159c6cf9e21b50035d1d5774f7c4b3534efc7b

Authored by Leonardo Merlin
1 parent c0630afa

hotfix: find and focus forcing timeout

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/index.run.js
@@ -99,6 +99,7 @@ @@ -99,6 +99,7 @@
99 99
100 if ($el && $el.length > 0) { 100 if ($el && $el.length > 0) {
101 cb($el); 101 cb($el);
  102 + count_exec = max_exec; // exit.
102 }else { 103 }else {
103 $log.debug('[findElAsync] element not found.'); 104 $log.debug('[findElAsync] element not found.');
104 } 105 }