[livejournal] r20378: LJSUP-9919: Incorrect working lj-like wi...
Committer: vkurkin
LJSUP-9919: Incorrect working lj-like wizardU trunk/htdocs/js/rte.js
Modified: trunk/htdocs/js/rte.js
===================================================================
--- trunk/htdocs/js/rte.js 2011-10-19 08:22:11 UTC (rev 20377)
+++ trunk/htdocs/js/rte.js 2011-10-19 08:29:52 UTC (rev 20378)
@@ -148,6 +148,8 @@
editor.on('insertText', updateDraftState);
editor.document.on('keypress', updateDraftState);
editor.document.on('click', updateDraftState);
+
+ editor.focus();
});
});
} else {
