Skip to content

Commit

Permalink
fix: logs text selection enabler shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Mar 29, 2024
1 parent ab4dc8f commit e1b2630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e1b2630

Please sign in to comment.