mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Pick your poition.
This commit is contained in:
parent
48ca1c49c4
commit
a6d17d82c2
@ -3479,7 +3479,7 @@ namespace ts {
|
||||
|
||||
for (let element of namedImportsOrExports.elements) {
|
||||
// If this is the current item we are editing right now, do not filter it out
|
||||
if (element.getStart() <= position && poition <= element.getEnd()) {
|
||||
if (element.getStart() <= position && position <= element.getEnd()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user