the selection helper is active only when needed. see #104
This commit is contained in:
parent
e36c15b28c
commit
d5344af04f
1 changed files with 4 additions and 0 deletions
|
|
@ -425,6 +425,10 @@ function selectContentOnMouseUp(event) {
|
|||
}
|
||||
|
||||
function selectContentOnClick(event) {
|
||||
if(current_action === '0'){
|
||||
return;
|
||||
}
|
||||
|
||||
// Prevent the default behavior of the click
|
||||
event.preventDefault();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue