Skip to content

Commit ce886dd

Browse files
committed
Update codeit-autocomplete.js
1 parent b3764af commit ce886dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/codeit-autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ acp.language.js.autocomplete = (query) => {
273273

274274
const lowerKey = hierarchy[i];
275275

276-
const lowerObject = object[lowerKey];
276+
const lowerObject = currObject[lowerKey];
277277

278278
currObject = lowerObject;
279279

0 commit comments

Comments
 (0)