diff --git a/mail/js/app.js b/mail/js/app.js index f6883ed896..b06fb968ef 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -259,7 +259,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 {