|
@@ -36,6 +36,9 @@ const ArticleDrawerWidget = ({
|
|
|
|
|
|
|
|
const onDrawerClose = () => {
|
|
const onDrawerClose = () => {
|
|
|
setOpenDrawer(false);
|
|
setOpenDrawer(false);
|
|
|
|
|
+ if (document.getElementsByTagName("body")[0].hasAttribute("style")) {
|
|
|
|
|
+ document.getElementsByTagName("body")[0].removeAttribute("style");
|
|
|
|
|
+ }
|
|
|
if (typeof onClose !== "undefined") {
|
|
if (typeof onClose !== "undefined") {
|
|
|
onClose();
|
|
onClose();
|
|
|
}
|
|
}
|