Răsfoiți Sursa

Use RTL-proof character.

Piotrek Koszuliński 6 ani în urmă
părinte
comite
1c5804c555
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-widget/src/widgetresizer/resizer.js

+ 1 - 1
packages/ckeditor5-widget/src/widgetresizer/resizer.js

@@ -355,7 +355,7 @@ class SizeView extends View {
 			x !== null && y !== null );
 			x !== null && y !== null );
 
 
 		this.bind( 'label' ).to( resizerState, 'proposedWidth', resizerState, 'proposedHeight', ( x, y ) =>
 		this.bind( 'label' ).to( resizerState, 'proposedWidth', resizerState, 'proposedHeight', ( x, y ) =>
-			`${ Math.round( x ) }x${ Math.round( y ) }` );
+			`${ Math.round( x ) }×${ Math.round( y ) }` );
 
 
 		this.bind( 'activeHandlePosition' ).to( resizerState );
 		this.bind( 'activeHandlePosition' ).to( resizerState );
 	}
 	}