瀏覽代碼

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.