bug fixed
This commit is contained in:
parent
6b3e3bee3a
commit
b0742c475d
|
@ -37,7 +37,7 @@ export class SplitButtonComponent implements OnInit, OnDestroy {
|
||||||
// tslint:disable-next-line: variable-name
|
// tslint:disable-next-line: variable-name
|
||||||
private _handleClick: (event: MouseEvent) => void;
|
private _handleClick: (event: MouseEvent) => void;
|
||||||
private menuCloseSubscription: Subscription;
|
private menuCloseSubscription: Subscription;
|
||||||
private splitOpened = false;
|
splitOpened = false;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private elementRef: ElementRef<HTMLElement>,
|
private elementRef: ElementRef<HTMLElement>,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user