diff options
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) { |