mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Right mouse click in rich text editor (fixed #86)
This commit is contained in:
parent
8768b343a5
commit
004f0ed4dc
6 changed files with 6 additions and 5 deletions
|
|
@ -166,6 +166,7 @@
|
|||
|
||||
editor.on('mode', function() {
|
||||
editor.getCommand('plain').setState(editor.mode === 'plain' ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF);
|
||||
editor.editable().addClass('cke_enable_context_menu');
|
||||
});
|
||||
|
||||
function onResize() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue