diff --git a/common/content/editor.js b/common/content/editor.js index b62aad98..8c983475 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -623,6 +623,13 @@ function Editor() //{{{ pasteClipboard: function () { + if (liberator.has("Win32")) + { + this.executeCommand("cmd_paste"); + return; + } + + // FIXME: #93 ( in the bottom of a long textarea bounces up) let elem = window.document.commandDispatcher.focusedElement; if (elem.setSelectionRange && util.readFromClipboard())