Merge pull request #1396 from MasterBroki/dual-drawer-fix

dual-drawer fix issue #1308
This commit is contained in:
Federico Zivolo 2020-01-12 18:15:29 +01:00 committed by GitHub
commit 5718a25620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,9 @@ const Drawer = ($ => {
return;
}
$(".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);