CKEditor inline_resize: initial drag handler verbergen
[kivitendo-erp.git] / js / ckeditor / plugins / inline_resize / plugin.js
index c6df44a..3ffb435 100644 (file)
@@ -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 );