Prevent selecting static text on text annotations.
Otherwise an accidential drag-drop will try to load a PDF from the selected text.
This commit is contained in:
parent
191667e7e0
commit
0583fa41fe
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,7 @@
|
|||
margin-bottom: 5px;
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.textareaContainer .deleteButton[disabled] {
|
||||
|
|
@ -298,4 +299,5 @@
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
border-radius: 4px;
|
||||
user-select: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue