SG
Size: a a a
SG
LH
LH
OA
OA
SG
OA
SG
:focus
по идее снимать стильSG
:active
Вт
SG
OA
SG
DD
OA
SG
SG
const link = document.querySelector('a')
link.onclick = function() {
document.querySelector('.wrapper').style.pointerEvents = 'none';
setTimeout(() => {
document.querySelector('.wrapper').style.pointerEvents = 'auto';
}, 1000)
}
SG