summaryrefslogtreecommitdiff
path: root/ext/content.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-23 19:41:13 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-23 19:41:13 -0700
commit62a47278b5f5751ceaac18a26659c794fbc0ed84 (patch)
treeca9d9733cfc30ea762ecc866ce5dbd35440076c3 /ext/content.js
parent2fe2e993ee1cdc80c91b03809a715f62995a8132 (diff)
WIP
Diffstat (limited to 'ext/content.js')
-rw-r--r--ext/content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/content.js b/ext/content.js
index c36b7381..5ff0031e 100644
--- a/ext/content.js
+++ b/ext/content.js
@@ -37,7 +37,7 @@ function getRangeAtCursor(e, lookAhead) {
function onMouseDown(e) {
- e.preventDefault();
+ // e.preventDefault();
const range = getRangeAtCursor(e, 20);
if (range === null) {