fix(desktop): Allow Selecting Card Errors (#7506)

This commit is contained in:
Daniel Polito 2026-01-10 11:52:11 -03:00 committed by GitHub
parent 58186004db
commit afb1cad26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -387,7 +387,8 @@
[data-component="edit-content"],
[data-component="write-content"],
[data-component="todos"],
[data-component="diagnostics"] {
[data-component="diagnostics"],
.error-card {
-webkit-user-select: text;
user-select: text;
}