mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-30 18:03:11 +03:00
fixup! dual-drawer fix/ issue #1308
This commit is contained in:
parent
42b2eadb50
commit
8f87365711
|
@ -112,9 +112,6 @@ const Drawer = ($ => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$(".bmd-layout-drawer").hide();
|
|
||||||
this.$element.show();
|
|
||||||
this.$toggles.attr("aria-expanded", false);
|
this.$toggles.attr("aria-expanded", false);
|
||||||
this.$element.attr("aria-expanded", false);
|
this.$element.attr("aria-expanded", false);
|
||||||
this.$element.attr("aria-hidden", true);
|
this.$element.attr("aria-hidden", true);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user