mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Fixed #3008
Monotone-Parent: 459d0175f983b6e31e8957fa80969a4b335469cb Monotone-Revision: 95dd42cd6a83e654864923e0ae5dba233def3394 Monotone-Author: crobert@inverse.ca Monotone-Date: 2008-10-06T15:44:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -323,6 +323,7 @@ function onTextFirstFocus() {
|
||||
}
|
||||
|
||||
if ( replyPlacement == "above" ) {
|
||||
this.insertBefore(document.createTextNode("\r\r"), this.lastChild);
|
||||
this.setCaretTo(0);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user