浏览代码

Aligned imageInsert command use to changes in ckeditor5-image.

Piotrek Koszuliński 7 年之前
父节点
当前提交
01d1417b22
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ckfinder/src/ckfindercommand.js

+ 1 - 1
packages/ckeditor5-ckfinder/src/ckfindercommand.js

@@ -140,5 +140,5 @@ function insertImages( editor, urls ) {
 		return;
 		return;
 	}
 	}
 
 
-	editor.execute( 'imageInsert', { sources: urls } );
+	editor.execute( 'imageInsert', { source: urls } );
 }
 }