only slightly better visuals

This commit is contained in:
りき萌 2023-08-18 18:26:41 +02:00
parent 30255be018
commit 17b6e54976
4 changed files with 173 additions and 14 deletions

View file

@ -3,7 +3,6 @@
// We want to let the user have a selection on collapsible blocks without collapsing them when
// the user finishes marking their selection.
document.addEventListener("click", event => {
console.log(getSelection());
if (getSelection().type == "Range") {
event.preventDefault();
}