mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
Merge pull request #38415 from Kingwl/navTree-fix
Fix trancked es5 classes after new scope
This commit is contained in:
@@ -163,6 +163,7 @@ namespace ts.NavigationBar {
|
||||
// Save the old parent
|
||||
parentsStack.push(parent);
|
||||
trackedEs5ClassesStack.push(trackedEs5Classes);
|
||||
trackedEs5Classes = undefined;
|
||||
parent = navNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user