From: Sven Schöling Date: Fri, 1 Sep 2017 11:05:35 +0000 (+0200) Subject: CKEditor inline_resize: initial drag handler verbergen X-Git-Tag: release-3.5.4~838 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5334e94ba07f2bc96703b2f5322a1e09b4c5d549;p=kivitendo-erp.git CKEditor inline_resize: initial drag handler verbergen --- 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 );