Skip to content

Commit

Permalink
fix: randomly faili to renew contents
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 30, 2018
1 parent bb79fee commit 1c543aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default {
const cacheData = _shortCache.get(textToLookup);
if (cacheData) {
updateContent(cacheData.dom, cacheData.hitCount);
_lastText = textToLookup;
return;
}
}
Expand Down

0 comments on commit 1c543aa

Please sign in to comment.