Skip to content

Commit 0180454

Browse files
committed
fix(lint): fixing lint in core
1 parent df8fa7d commit 0180454

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/src/components/input/input.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ export class Input implements ComponentInterface {
592592
this.didInputClearOnEdit = false;
593593

594594
this.ionBlur.emit(ev);
595-
596595
};
597596

598597
private onFocus = (ev: FocusEvent) => {

core/src/components/textarea/textarea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ export class Textarea implements ComponentInterface {
577577
}
578578
this.didTextareaClearOnEdit = false;
579579
this.ionBlur.emit(ev);
580-
581580
};
582581

583582
private onKeyDown = (ev: KeyboardEvent) => {

0 commit comments

Comments
 (0)