Skip to content

Commit

Permalink
FF: Add contentEditable to clipboard operation textboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Aug 15, 2017
1 parent b010e40 commit 1548561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/clipboard.coffee
Expand Up @@ -3,6 +3,7 @@ Clipboard =
textArea = document.createElement "textarea"
textArea.style.position = "absolute"
textArea.style.left = "-100%"
textArea.contentEditable = "true"
textArea

# http://groups.google.com/group/chromium-extensions/browse_thread/thread/49027e7f3b04f68/f6ab2457dee5bf55
Expand Down

0 comments on commit 1548561

Please sign in to comment.