File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ckeditor-imgresize" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.0.13 " ,
44 "main" : [
55 " plugin.js"
66 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " ckeditor-imgresize" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.0.13 " ,
44 "description" : " CKEditor dragable image resizing with support divarea" ,
55 "keywords" : [
66 " ckeditor" ,
Original file line number Diff line number Diff line change 165165 this . _element . appendTo ( this . _wrapper ) ;
166166 }
167167
168+ var align = this . _element . getStyle ( 'float' ) || this . _element . getAttribute ( 'align' ) ;
169+ if ( align ) {
170+ this . _wrapper . setStyles ( { 'float' : align } ) ;
171+ }
172+
168173 selection . selectElement ( this . _wrapper ) ;
169174 this . _wrapper . focus ( ) ;
170175
You can’t perform that action at this time.
0 commit comments