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

Commit ad511b6

Browse files
committed
Merge pull request #6397 from adobe/randy/issue-6392
Backout change for dismissing hint list
2 parents 600506b + 1bebd28 commit ad511b6

File tree

1 file changed

+0
-4
lines changed
  • src/extensions/default/CSSCodeHints

1 file changed

+0
-4
lines changed

src/extensions/default/CSSCodeHints/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ define(function (require, exports, module) {
211211

212212
// Clear the exclusion if the user moves the cursor with left/right arrow key.
213213
this.updateExclusion(true);
214-
215-
if (this.info.offset === 0 && lastContext !== null) {
216-
return null;
217-
}
218214

219215
if (context === CSSUtils.PROP_VALUE) {
220216

0 commit comments

Comments
 (0)