Revision 5334e94b
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
js/ckeditor/plugins/inline_resize/plugin.js | ||
---|---|---|
94 | 94 |
float_space.setStyle( 'cursor', 'se-resize' ) |
95 | 95 |
float_space.on('mousedown', mousedown_fn); |
96 | 96 |
float_space.unselectable(); |
97 |
float_space.hide(); |
|
97 | 98 |
|
98 | 99 |
editor.on( 'focus', function( evt ) { |
99 | 100 |
layout( evt ); |
Auch abrufbar als: Unified diff
CKEditor inline_resize: initial drag handler verbergen