fix: logs text selection enabler shortcut

This commit is contained in:
axolotle 2024-03-29 16:57:22 +01:00
parent ab4dc8fd4e
commit e1b2630138

View file

@ -139,7 +139,7 @@ export default {
if (key === copypastaCode[copypastastep++]) {
if (copypastastep === copypastaCode.length) {
document
.getElementsByClassName('unselectable')
.querySelectorAll('.unselectable')
.forEach((element) => element.classList.remove('unselectable'))
copypastastep = 0
}