fix: prevent ctrl+a in console

This commit is contained in:
Fabio Di Stasio 2022-07-25 15:20:15 +02:00
parent 9551afbd2d
commit a00c19d300
1 changed files with 3 additions and 1 deletions

View File

@ -167,7 +167,9 @@ onMounted(() => {
font-size: 95%;
opacity: .8;
font-weight: 700;
user-select: text;
&:hover {
user-select: text;
}
}
}
}