Skip to content

Commit 4ab8a42

Browse files
committed
fix(drawer): unsubscribe
1 parent 605690d commit 4ab8a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/sidenav/drawer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ export class MatDrawer implements AfterContentInit, AfterContentChecked, OnDestr
319319
this._focusTrap.destroy();
320320
}
321321
this._destroyed.next();
322+
this._destroyed.complete();
322323
}
323324

324325
/**

0 commit comments

Comments
 (0)