diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-23 19:41:13 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-23 19:41:13 -0700 |
commit | 62a47278b5f5751ceaac18a26659c794fbc0ed84 (patch) | |
tree | ca9d9733cfc30ea762ecc866ce5dbd35440076c3 /ext/content.js | |
parent | 2fe2e993ee1cdc80c91b03809a715f62995a8132 (diff) |
WIP
Diffstat (limited to 'ext/content.js')
-rw-r--r-- | ext/content.js | 2 |
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) { |