diff --git a/mail/js/app.js b/mail/js/app.js index 6ac8967629..77345819dc 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -286,7 +286,7 @@ app.classes.mail = AppJS.extend( // focus jQuery(plainText.node).focus(); // get the cursor to the top of the textarea - if (typeof plainText.node.setSelectionRange !='undefined') plainText.node.setSelectionRange(0); + if (typeof plainText.node.setSelectionRange !='undefined') plainText.node.setSelectionRange(0,0); } else {