Small fixes

This commit is contained in:
RainLoop Team 2014-09-16 00:54:20 +04:00
parent fdf317f7a6
commit 7221add1ff
4 changed files with 27 additions and 19 deletions

View file

@ -217,6 +217,7 @@
self.editor.on('instanceReady', function () {
self.editor.setKeystroke(window.CKEDITOR.CTRL + 65 /* A */, 'selectAll');
self.editor.editable().addClass('cke_enable_context_menu');
self.fOnReady();
self.__resizable = true;