File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ export class Input implements ComponentInterface {
377
377
}
378
378
379
379
/**
380
- * This is prevents the native input from emitting the click event.
380
+ * This prevents the native input from emitting the click event.
381
381
* Instead, the click event from the ion-input is emitted.
382
382
*/
383
383
@Listen ( 'click' , { capture : true } )
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ export class Textarea implements ComponentInterface {
316
316
@Event ( ) ionFocus ! : EventEmitter < FocusEvent > ;
317
317
318
318
/**
319
- * This is prevents the native input from emitting the click event.
319
+ * This prevents the native input from emitting the click event.
320
320
* Instead, the click event from the ion-textarea is emitted.
321
321
*/
322
322
@Listen ( 'click' , { capture : true } )
You can’t perform that action at this time.
0 commit comments