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

Commit d860aff

Browse files
committed
Merge pull request #2884 from TomMalbran/tom/fix-issue-2875
Fix Issue #2875: CSS code hints overwrite 1 char too many on current line
2 parents f0754ee + ed56c84 commit d860aff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/extensions/default/CSSCodeHints

src/extensions/default/CSSCodeHints/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ define(function (require, exports, module) {
178178
ch: cursor.ch + (hint.length - this.info.name.length) };
179179
} else {
180180
hint += ":";
181-
end.ch++; // Add one for the colon that we're appending.
182181
}
183182
}
184183
} else if (!this.info.isNewItem && this.info.index !== -1) {

0 commit comments

Comments
 (0)