From 5334e94ba07f2bc96703b2f5322a1e09b4c5d549 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 1 Sep 2017 13:05:35 +0200 Subject: [PATCH] CKEditor inline_resize: initial drag handler verbergen --- js/ckeditor/plugins/inline_resize/plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ckeditor/plugins/inline_resize/plugin.js b/js/ckeditor/plugins/inline_resize/plugin.js index c6df44af3..3ffb435bc 100644 --- a/js/ckeditor/plugins/inline_resize/plugin.js +++ b/js/ckeditor/plugins/inline_resize/plugin.js @@ -94,6 +94,7 @@ float_space.setStyle( 'cursor', 'se-resize' ) float_space.on('mousedown', mousedown_fn); float_space.unselectable(); + float_space.hide(); editor.on( 'focus', function( evt ) { layout( evt ); -- 2.20.1