bug fixed

This commit is contained in:
Richard Park 2020-01-22 11:21:28 +09:00
parent 6b3e3bee3a
commit b0742c475d

View File

@ -37,7 +37,7 @@ export class SplitButtonComponent implements OnInit, OnDestroy {
// tslint:disable-next-line: variable-name
private _handleClick: (event: MouseEvent) => void;
private menuCloseSubscription: Subscription;
private splitOpened = false;
splitOpened = false;
constructor(
private elementRef: ElementRef<HTMLElement>,