We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230a2fa commit 8bef15bCopy full SHA for 8bef15b
js/views/drawerView.js
@@ -221,6 +221,8 @@ class DrawerView extends Backbone.View {
221
if (!this._isVisible) return;
222
this._useMenuPosition = false;
223
224
+ a11y.popupClosed($toElement);
225
+
226
this._isCustomViewVisible = false;
227
shadow.hide();
228
@@ -233,7 +235,6 @@ class DrawerView extends Backbone.View {
233
235
$('.js-nav-drawer-btn').attr('aria-expanded', false);
234
236
Adapt.trigger('drawer:closed');
237
- a11y.popupClosed($toElement);
238
this._isVisible = false;
239
a11y.scrollEnable('body');
240
this.$('.js-drawer-holder').removeAttr('role');
0 commit comments