Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/sidenav/drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ export class MatDrawer implements AfterViewInit, OnDestroy {
this._opened.set(isOpen);

if (this._container?._transitionsEnabled) {
// Note: it's importatnt to set this as early as possible,
// Note: it's important to set this as early as possible,
// otherwise the animation can look glitchy in some cases.
this._setIsAnimating(true);
} else {
Expand Down