Skip to content

Commit 0141c5a

Browse files
committed
fix: use click instead of mousedown
Signed-off-by: Akshat Patel <[email protected]>
1 parent 5bd35f2 commit 0141c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip/definition-tooptip.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { PopoverContainer } from "carbon-components-angular/popover";
3030
[attr.aria-expanded]="isOpen"
3131
[attr.aria-describedby]="isOpen ? id : null"
3232
(blur)="onBlur($event)"
33-
(mousedown)="onClick($event)"
33+
(click)="onClick($event)"
3434
type="button">
3535
<ng-content></ng-content>
3636
</button>

0 commit comments

Comments
 (0)