mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
Merge pull request #1396 from MasterBroki/dual-drawer-fix
dual-drawer fix issue #1308
This commit is contained in:
commit
5718a25620
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user