You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to extend the fix to also consider https://github.com/ckeditor/ckeditor5-image/issues/227 but I found out that if I disable the command when another image is selected, it fails to insert multiple images. IMO multi-upload should not rely on that but I didn't thoroughly check how it works either.
Other: The ImageUploadCommand should check whether it can be executed in the selection context. Closes #225. Closes #227. Closes #235.
BREAKING CHANGE: The `options.file` property was renamed to options.files for 'imageUpload' command.
BREAKING CHANGE: The `options.insertAt` property for 'imageUpload' command was removed. The command will now use model's selection.
mlewand
transferred this issue from ckeditor/ckeditor5-image
Oct 9, 2019
...but you cannot place an image inside table cell:
The text was updated successfully, but these errors were encountered: