*** Close
body, * {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
*** Open
document.querySelectorAll('*').forEach(el => {
el.style.pointerEvents = 'auto';
el.style.userSelect = 'text';
});
Không có nhận xét nào:
Đăng nhận xét