Skip to content

Commit

Permalink
fix: remove uneeded node removal logic (#305)
Browse files Browse the repository at this point in the history
fixes #303
  • Loading branch information
anjmao committed Feb 28, 2018
1 parent 3957d80 commit 1a254ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ng-select/ng-dropdown-panel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export class NgDropdownPanelComponent implements OnDestroy {
ngOnDestroy() {
this._disposeDocumentResizeListener();
this._disposeScrollListener();
this._elementRef.nativeElement.remove();
}

refresh() {
Expand Down

0 comments on commit 1a254ef

Please sign in to comment.