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:
commit
f508084c21
@ -114,6 +114,7 @@
|
|||||||
resize: none;
|
resize: none;
|
||||||
font: 10px sans-serif;
|
font: 10px sans-serif;
|
||||||
line-height: var(--freetext-line-height);
|
line-height: var(--freetext-line-height);
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.annotationEditorLayer .freeTextEditor .overlay {
|
.annotationEditorLayer .freeTextEditor .overlay {
|
||||||
@ -137,6 +138,7 @@
|
|||||||
|
|
||||||
.annotationEditorLayer .freeTextEditor .internal:focus {
|
.annotationEditorLayer .freeTextEditor .internal:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
user-select: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.annotationEditorLayer .inkEditor.disabled {
|
.annotationEditorLayer .inkEditor.disabled {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user