Fix for rendering block images

Change-Id: I4e5317f128f2b3f6742e7ed280c96fde37f52bb4
This commit is contained in:
Inez Korczyński 2013-06-21 12:19:38 -07:00
parent 722b9560a1
commit 659bb8e6d0

View file

@ -64,6 +64,7 @@ ve.ce.MWBlockImageNode = function VeCeMWBlockImageNode( model, config ) {
)
.addClass( 'thumb' );
this.$a.appendTo( this.$thumbInner );
this.$thumbInner.appendTo( this.$thumb );
}
this.$resizable = this.$image;