We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38564a9 commit f67b5e0Copy full SHA for f67b5e0
app/components/api-index-filter.js
@@ -90,7 +90,7 @@ export default class ApiIndexFilter extends Component {
90
*/
91
findMostLocal(currentItem, nextItem) {
92
let currentScope = this.model.file;
93
- let parentClassScope = this.model.parentClass.file;
+ let parentClassScope = this.model.get('parentClass').file;
94
if (currentScope === currentItem.file) {
95
// if the item belongs to the class, keep it
96
return currentItem;
0 commit comments