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

Commit

Permalink
Added bug reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Narciso Jaramillo committed Sep 19, 2012
1 parent 56cb783 commit 035eb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ define(function (require, exports, module) {
// HACK: We talk to the private CodeMirror instance directly to replace the range
// instead of using the Document, as we should. The reason is due to a flaw in our
// current document synchronization architecture when inline editors are open.
// *** (FILE BUG)
// See #1688.
if (token.className === "string" || token.className === "number") { // replace
editor._codeMirror.replaceRange(actualCompletion,
{line: cursor.line, ch: token.start},
Expand Down

0 comments on commit 035eb42

Please sign in to comment.