Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-12 11:14:48 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-12 22:31:55 +0300
commite3d18291ffd2d50a168c7f6ccbf004668851f4ee (patch)
treea9d03b52ea4a316e3ec5b742c14932d352446734 /skins
parent71990b59d6839f45c59b5f12209c3a3001d4a7d0 (diff)
Elastic: Fix regression in the new editor widget (#7021)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js
index 6a5534e79..a31632e98 100644
--- a/skins/elastic/ui.js
+++ b/skins/elastic/ui.js
@@ -3655,7 +3655,7 @@ function rcube_elastic_ui()
parent.addClass('html-editor');
- editor.after(toolbar)
+ editor.after(toolbar).data('control', sw)
.on('keydown', function(e) {
// ALT + F10 is the way to access toolbar in TinyMCE, let's do the same for plain editor
if (e.altKey && e.which == 121) {