mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
Small fixes
This commit is contained in:
parent
c2d081dbd7
commit
3f610550f6
|
@ -4,6 +4,7 @@ import { getChildDebugElement } from '../../../tests/helpers';
|
|||
import { Component } from '@angular/core';
|
||||
import { OptionsService, MenuItem } from '../../services/index';
|
||||
import { compareEndpoints, menuItemsList } from './sort';
|
||||
|
||||
import {
|
||||
inject,
|
||||
async
|
||||
|
|
|
@ -16,6 +16,7 @@ import { ScrollService, MenuService, OptionsService, MenuItem } from '../../serv
|
|||
import { PerfectScrollbar } from '../../shared/components';
|
||||
import { BrowserDomAdapter as DOM } from '../../utils/browser-adapter';
|
||||
import { compareEndpoints, menuItemsList } from './sort';
|
||||
|
||||
const global = window;
|
||||
|
||||
@Component({
|
||||
|
|
|
@ -431,6 +431,7 @@ export class MenuService {
|
|||
items: null
|
||||
};
|
||||
item.items = this.getTagsItems(item, group);
|
||||
|
||||
res.push(item);
|
||||
}
|
||||
this.checkAllTagsUsedInGroups();
|
||||
|
|
Loading…
Reference in New Issue
Block a user