Merge pull request #16736 from calixteman/editor_avoid_text_selection

[Editor] Avoid spurious text selection when double clicking to add a FreeText
This commit is contained in:
calixteman 2023-07-24 21:03:45 +02:00 committed by GitHub
commit f508084c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@
resize: none;
font: 10px sans-serif;
line-height: var(--freetext-line-height);
user-select: none;
}
.annotationEditorLayer .freeTextEditor .overlay {
@ -137,6 +138,7 @@
.annotationEditorLayer .freeTextEditor .internal:focus {
outline: none;
user-select: auto;
}
.annotationEditorLayer .inkEditor.disabled {