So long JS here, don`t like it)))
1. Go to WP consloe -> appearence -> editor;
2. Finde here footer.php;
3. Before </body>
paste this:
<script type="text/javascript">
const menucontent = document.querySelector(".content-type-menu");
const nomenuhere = document.querySelector(".menu-toggle");
menucontent.addEventListener("click", () => {nomenuhere.checked = false;});
</script>