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 (key === copypastaCode[copypastastep++]) {
|
||||||
if (copypastastep === copypastaCode.length) {
|
if (copypastastep === copypastaCode.length) {
|
||||||
document
|
document
|
||||||
.getElementsByClassName('unselectable')
|
.querySelectorAll('.unselectable')
|
||||||
.forEach((element) => element.classList.remove('unselectable'))
|
.forEach((element) => element.classList.remove('unselectable'))
|
||||||
copypastastep = 0
|
copypastastep = 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue