const drawer = new KTDrawer(document.querySelector("#BillDrawer"), {
activate: true,
escape: false,
overlay: true,
permanent:true,
width: {
default: "100%",
"md": "80%"
}
});
drawer.show();
Hi,
We will fix this issue in the next update. In the meantime can you please try to apply this via HTML attributes data-kt-drawer-escape="false"
to the drawer.
Regards.