Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e81e2e3

Browse files
committed
fix(panel): _md-panel-offscreen not removed from innerWrapper
- this resulted in animated in panels not displaying on screen Fixes #11946
1 parent 0f9d111 commit e81e2e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/panel/panel.js

+1
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,7 @@ MdPanelRef.prototype._updatePosition = function(init) {
20232023
// Hide the panel now that position is known.
20242024
if (init) {
20252025
this.panelEl.removeClass('_md-panel-offscreen');
2026+
this.innerWrapper.removeClass('_md-panel-offscreen');
20262027
this.panelContainer.addClass(MD_PANEL_HIDDEN);
20272028
}
20282029

0 commit comments

Comments
 (0)