From ce248051cdd0727353a03000b1bd280000c2c0a6 Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Wed, 31 Aug 2022 12:55:47 -0700 Subject: [PATCH] chore(text-field): add bubble annotation for filled click PiperOrigin-RevId: 471328208 --- field/lib/filled-field.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/field/lib/filled-field.ts b/field/lib/filled-field.ts index f6aa496fdf..b3b57b6bbb 100644 --- a/field/lib/filled-field.ts +++ b/field/lib/filled-field.ts @@ -53,6 +53,7 @@ export class FilledField extends Field { `; } + /** @bubbleWizEvent */ protected handleClick(event: MouseEvent|TouchEvent) { if (this.disabled) { return;