add delete quote button
This commit is contained in:
parent
0c2ad46e71
commit
925967ddf0
4 changed files with 29 additions and 3 deletions
|
|
@ -172,6 +172,7 @@ document.onreadystatechange = function () {
|
|||
}
|
||||
}).on('mouseup', function(event) {
|
||||
if (currentSelection) {
|
||||
deselectAllAnnotations()
|
||||
var selection = window.getSelection()
|
||||
if (selection.isCollapsed) {
|
||||
currentSelection = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue