summaryrefslogtreecommitdiff
path: root/ext/content.js
diff options
context:
space:
mode:
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) {