8
0
فهرست منبع

Aligned LinkEditing to the latest bindTwoStepCaretToAttribute() helper API.

Aleksander Nowodzinski 6 سال پیش
والد
کامیت
cbe4f4abbc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-link/src/linkediting.js

+ 1 - 1
packages/ckeditor5-link/src/linkediting.js

@@ -89,7 +89,7 @@ export default class LinkEditing extends Plugin {
 			model: editor.model,
 			emitter: this,
 			attribute: 'linkHref',
-			contentDirection: locale.contentLanguageDirection
+			locale
 		} );
 
 		// Setup highlight over selected link.