Skip to content

Commit 55fc852

Browse files
author
Çağatay Çivici
committed
Add this
1 parent e28e386 commit 55fc852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/dropdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export class Dropdown implements OnInit,AfterViewInit,AfterViewChecked,DoCheck,O
432432
ngOnDestroy() {
433433
this.initialized = false;
434434

435-
unbindDocumentClickListener();
435+
this.unbindDocumentClickListener();
436436

437437
if(this.appendTo) {
438438
this.el.nativeElement.appendChild(this.panel);

0 commit comments

Comments
 (0)