Преглед на файлове

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;
 	}
 
-	editor.execute( 'imageInsert', { sources: urls } );
+	editor.execute( 'imageInsert', { source: urls } );
 }