Skip to content

Commit ed464c8

Browse files
IlyaSurmayvalorkin
authored andcommitted
fix(dropdown): fix ngv4 dropdowns (valor-software#2644)
1 parent ff7a390 commit ed464c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/bs-dropdown-toggle.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class BsDropdownToggleDirective implements OnDestroy {
4444
if (this.isDisabled) {
4545
return;
4646
}
47-
this._state.toggleClick.emit();
47+
this._state.toggleClick.emit(true);
4848
}
4949

5050
@HostListener('document:click', ['$event'])

0 commit comments

Comments
 (0)