EO
Size: a a a
EO
Вт
Вт
EO
EO
Вт
EO
Вт
Вт
Вт
Вт
EO
Вт
Вт
Вт
EO
Вт
Вт
OA
const link = document.querySelector('a')
link.onclick = function() {
document.querySelector('.wrapper').style.pointerEvents = 'none';
setTimeout(() => {
document.querySelector('.wrapper').style.pointerEvents = 'auto';
}, 1000)
}