mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-15 12:38:06 +01:00
fix(sidebar): fix selection issue
This commit is contained in:
parent
0ee317bc4d
commit
a74c056065
3 changed files with 8 additions and 8 deletions
|
|
@ -27,6 +27,7 @@ export class BaMenu {
|
|||
public hoverElemHeight:number;
|
||||
public hoverElemTop:number;
|
||||
protected _onRouteChange:Subscription;
|
||||
public outOfArea:number = -200;
|
||||
|
||||
constructor(private _router:Router, private _service:BaMenuService) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue