Stop selecting text when shift-clicking to select videos.

master
voussoir 2020-03-11 13:01:55 -07:00
parent 81b864ec19
commit 3d3da805b6
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@ function onclick_select(event)
card.classList.remove("video_card_selected");
}
}
document.getSelection().removeAllRanges();
return false;
}