Explorar el Código

Aligned imageInsert command use to changes in ckeditor5-image.

Piotrek Koszuliński hace 7 años
padre
commit
01d1417b22
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 } );
 }