8
0
Pārlūkot izejas kodu

Aligned imageInsert command use to changes in ckeditor5-image.

Piotrek Koszuliński 7 gadi atpakaļ
vecāks
revīzija
01d1417b22
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 } );
 }