Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5334e94b

Von Sven Schöling vor mehr als 6 Jahren hinzugefügt

  • ID 5334e94ba07f2bc96703b2f5322a1e09b4c5d549
  • Vorgänger 8d67627b
  • Nachfolger c9b4e6bc

CKEditor inline_resize: initial drag handler verbergen

Unterschiede anzeigen:

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