Skip to content

Commit a6d17d8

Browse files
Pick your poition.
1 parent 48ca1c4 commit a6d17d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3479,7 +3479,7 @@ namespace ts {
34793479

34803480
for (let element of namedImportsOrExports.elements) {
34813481
// If this is the current item we are editing right now, do not filter it out
3482-
if (element.getStart() <= position && poition <= element.getEnd()) {
3482+
if (element.getStart() <= position && position <= element.getEnd()) {
34833483
continue;
34843484
}
34853485

0 commit comments

Comments
 (0)