fixup! dual-drawer fix/ issue #1308

This commit is contained in:
charles 2020-01-12 11:54:25 -05:00
parent 42b2eadb50
commit 8f87365711

View File

@ -90,8 +90,8 @@ const Drawer = ($ => {
}
$(".bmd-layout-drawer").hide();
this.$element.show();
$(".bmd-layout-drawer").hide();
this.$element.show();
this.$toggles.attr("aria-expanded", true);
this.$element.attr("aria-expanded", true);
this.$element.attr("aria-hidden", false);
@ -112,9 +112,6 @@ const Drawer = ($ => {
return;
}
$(".bmd-layout-drawer").hide();
this.$element.show();
this.$toggles.attr("aria-expanded", false);
this.$element.attr("aria-expanded", false);
this.$element.attr("aria-hidden", true);