mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: logs text selection enabler shortcut
This commit is contained in:
parent
ab4dc8fd4e
commit
e1b2630138
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue