8000 fix(custom-select): remove console log · atinc/ngx-tethys@4891927 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 4891927

Browse files
committed
fix(custom-select): remove console log
1 parent bf27eb8 commit 4891927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/select/custom-select/custom-select.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ export class ThySelectCustomComponent
466466

467467
private scrollActiveOptionIntoView(): void {
468468
const activeOptionIndex = this.keyManager.activeItemIndex || 0;
469-
console.log(activeOptionIndex);
470469
const labelCount = this.countGroupLabelsBeforeOption(activeOptionIndex, this.options, this.optionGroups);
471470
const beforeOptionCount = this.countOptionComponentBeforeOption(activeOptionIndex, this.options);
472471
this.panel.nativeElement.scrollTop = this.getOptionScrollPosition(

0 commit comments

Comments
 (0)
0