Skip to content

Commit 82f31df

Browse files
committed
fix bad rebase
1 parent 6ddcb68 commit 82f31df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sidenav/drawer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class MdDrawer implements AfterContentInit, OnDestroy {
196196
ngAfterContentInit() {
197197
this._focusTrap = this._focusTrapFactory.create(this._elementRef.nativeElement);
198198
this._focusTrap.enabled = this.isFocusTrapEnabled;
199-
Promise.resolve().then(() => this._enableAnimations = true);
199+
this._enableAnimations = true;
200200
}
201201

202202
ngOnDestroy() {

0 commit comments

Comments
 (0)