diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index 5d2d813..1d284a4 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -301,6 +301,8 @@ function onclick_select(event) card.classList.remove("video_card_selected"); } } + document.getSelection().removeAllRanges(); + return false; }