Stop selecting text when shift-clicking to select videos.
This commit is contained in:
parent
81b864ec19
commit
3d3da805b6
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ function onclick_select(event)
|
|||
card.classList.remove("video_card_selected");
|
||||
}
|
||||
}
|
||||
document.getSelection().removeAllRanges();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue