Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2451 from iwehrman/iwehrman/code-hint-manager-imp…
Browse files Browse the repository at this point in the history
…licit-char-bugfix

Spurious requests for code hints
  • Loading branch information
RaymondLim committed Jan 3, 2013
2 parents 7f8cf49 + fcd1afb commit dabf56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/CodeHintManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ define(function (require, exports, module) {
hintList.onClose(_endSession);

_updateHintList();
} else {
lastChar = null;
}
}

Expand Down

0 comments on commit dabf56d

Please sign in to comment.