only slightly better visuals
This commit is contained in:
parent
30255be018
commit
17b6e54976
4 changed files with 173 additions and 14 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue