Skip to content

Commit

Permalink
chore(text-field): add bubble annotation for filled click
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 471328208
  • Loading branch information
asyncLiz authored and copybara-github committed Aug 31, 2022
1 parent d584c90 commit ce24805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/lib/filled-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class FilledField extends Field {
`;
}

/** @bubbleWizEvent */
protected handleClick(event: MouseEvent|TouchEvent) {
if (this.disabled) {
return;
Expand Down

0 comments on commit ce24805

Please sign in to comment.