Skip to content

Commit

Permalink
Manually cherry-pick 62ef4ec: Unneeded focus when loading RTE
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 16, 2015
1 parent 6a1d0b1 commit 2b34e32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imp/js/compose-dimp.js
Expand Up @@ -1555,7 +1555,6 @@ document.observe('IMP_Editor:ready', function(e) {
document.observe('IMP_Editor:dataReady', function(e) {
if (e.memo.name == 'composeMessage') {
this.RTELoading(false);
e.memo.focus();
this.resizeMsgArea();
}
}.bindAsEventListener(DimpCompose));

0 comments on commit 2b34e32

Please sign in to comment.