Skip to content

Commit

Permalink
Ignore non-existant labels (like 'New in 1.XX')
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Shehata committed Jun 11, 2020
1 parent c6a993f commit ebd4496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Apps/Sandcastle/CesiumSandcastle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,8 @@ require({
searchContainer = registry.byId("searchContainer");

hideSearchContainer();
registry.byId("innerPanel").selectChild(subtabs[currentTab]);
if (defined(subtabs[currentTab])) {
registry.byId("innerPanel").selectChild(subtabs[currentTab]);
}
});
});

0 comments on commit ebd4496

Please sign in to comment.