Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 10, 2024
1 parent d30cce8 commit 398278d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/components/checkbox/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ export class Checkbox implements ControlValueAccessor {
exports: [Checkbox, SharedModule],
declarations: [Checkbox]
})
export class CheckboxModule {}
export class CheckboxModule {}
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV

clearEditableLabel(): void {
if (this.editableInputViewChild) {
this.editableInputViewChild.nativeElement.value = ''
this.editableInputViewChild.nativeElement.value = '';
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export class TreeSelect implements AfterContentInit {
break;
}
}

onOverlayBeforeHide(event: Event) {
let focusableElements = DomHandler.getFocusableElements(this.containerEl.nativeElement);

Expand Down

0 comments on commit 398278d

Please sign in to comment.